Skip to content

Commit

Permalink
fix(phone data): unencode HTML entities
Browse files Browse the repository at this point in the history
AngularJS will deal with encoding entities when displaying text so we don't
need them to be encoded in the "data store"

Closes angular#185
  • Loading branch information
petebacondarwin committed Jul 11, 2014
1 parent e7b1763 commit dcd9a9e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/phones/dell-venue.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ui": "Dell Stage"
},
"availability": [
"AT&T,",
"AT&T,",
"KT,",
"T-Mobile"
],
Expand Down
2 changes: 1 addition & 1 deletion app/phones/motorola-atrix-4g.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ui": "MOTOBLUR"
},
"availability": [
"AT&T"
"AT&T"
],
"battery": {
"standbyTime": "400 hours",
Expand Down
2 changes: 1 addition & 1 deletion app/phones/motorola-bravo-with-motoblur.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ui": "MOTOBLUR\u2122"
},
"availability": [
"AT&T"
"AT&T"
],
"battery": {
"standbyTime": "216 hours",
Expand Down
4 changes: 2 additions & 2 deletions app/phones/phones.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"age": 2,
"carrier": "AT&T",
"carrier": "AT&T",
"id": "motorola-atrix-4g",
"imageUrl": "img/phones/motorola-atrix-4g.0.jpg",
"name": "MOTOROLA ATRIX\u2122 4G",
Expand Down Expand Up @@ -93,7 +93,7 @@
},
{
"age": 12,
"carrier": "AT&T",
"carrier": "AT&T",
"id": "motorola-bravo-with-motoblur",
"imageUrl": "img/phones/motorola-bravo-with-motoblur.0.jpg",
"name": "MOTOROLA BRAVO\u2122 with MOTOBLUR\u2122",
Expand Down
4 changes: 2 additions & 2 deletions app/phones/samsung-galaxy-tab.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ui": "TouchWiz"
},
"availability": [
"AT&T,",
"AT&T,",
"Sprint,",
"T-Mobile,",
"Verizon"
Expand All @@ -24,7 +24,7 @@
},
"connectivity": {
"bluetooth": "Bluetooth 3.0",
"cell": "AT&T: GSM/EDGE : 850/900/1800/1900; 3G : 850/1900/2100<p>\r\n\r\nSprint: CDMA : 850/1900MHz<p>\r\n\r\nT-Mobile: GSM/EDGE : 850/900/1800/1900; 3G : 1700/1900<p>\r\n\r\nVerizon: CDMA : 800MHz/1900MHz",
"cell": "AT&T: GSM/EDGE : 850/900/1800/1900; 3G : 850/1900/2100\r\n\r\nSprint: CDMA : 850/1900MHz\r\n\r\nT-Mobile: GSM/EDGE : 850/900/1800/1900; 3G : 1700/1900\r\n\r\nVerizon: CDMA : 800MHz/1900MHz",
"gps": true,
"infrared": false,
"wifi": "802.11 b/g/n"
Expand Down

0 comments on commit dcd9a9e

Please sign in to comment.