Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit dcd9a9e

Browse files
fix(phone data): unencode HTML entities
AngularJS will deal with encoding entities when displaying text so we don't need them to be encoded in the "data store" Closes #185
1 parent e7b1763 commit dcd9a9e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

app/phones/dell-venue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ui": "Dell Stage"
66
},
77
"availability": [
8-
"AT&T,",
8+
"AT&T,",
99
"KT,",
1010
"T-Mobile"
1111
],

app/phones/motorola-atrix-4g.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ui": "MOTOBLUR"
66
},
77
"availability": [
8-
"AT&T"
8+
"AT&T"
99
],
1010
"battery": {
1111
"standbyTime": "400 hours",

app/phones/motorola-bravo-with-motoblur.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ui": "MOTOBLUR\u2122"
66
},
77
"availability": [
8-
"AT&T"
8+
"AT&T"
99
],
1010
"battery": {
1111
"standbyTime": "216 hours",

app/phones/phones.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"age": 2,
18-
"carrier": "AT&T",
18+
"carrier": "AT&T",
1919
"id": "motorola-atrix-4g",
2020
"imageUrl": "img/phones/motorola-atrix-4g.0.jpg",
2121
"name": "MOTOROLA ATRIX\u2122 4G",
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"age": 12,
96-
"carrier": "AT&T",
96+
"carrier": "AT&T",
9797
"id": "motorola-bravo-with-motoblur",
9898
"imageUrl": "img/phones/motorola-bravo-with-motoblur.0.jpg",
9999
"name": "MOTOROLA BRAVO\u2122 with MOTOBLUR\u2122",

app/phones/samsung-galaxy-tab.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ui": "TouchWiz"
66
},
77
"availability": [
8-
"AT&T,",
8+
"AT&T,",
99
"Sprint,",
1010
"T-Mobile,",
1111
"Verizon"
@@ -24,7 +24,7 @@
2424
},
2525
"connectivity": {
2626
"bluetooth": "Bluetooth 3.0",
27-
"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",
27+
"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",
2828
"gps": true,
2929
"infrared": false,
3030
"wifi": "802.11 b/g/n"

0 commit comments

Comments
 (0)