diff options
Diffstat (limited to 'docs/content/tutorial/step_06.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_06.ngdoc | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/docs/content/tutorial/step_06.ngdoc b/docs/content/tutorial/step_06.ngdoc index a4ca18ed..40e22dfc 100644 --- a/docs/content/tutorial/step_06.ngdoc +++ b/docs/content/tutorial/step_06.ngdoc @@ -27,16 +27,16 @@ urls point to the `app/img/phones/` directory.  __`app/phones/phones.json`__ (sample snippet):  <pre> - [ +[    { -   ... -   "id": "motorola-defy-with-motoblur", -   "imageUrl": "img/phones/motorola-defy-with-motoblur.0.jpg", -   "name": "Motorola DEFY\u2122 with MOTOBLUR\u2122", -   ... +    ... +    "id": "motorola-defy-with-motoblur", +    "imageUrl": "img/phones/motorola-defy-with-motoblur.0.jpg", +    "name": "Motorola DEFY\u2122 with MOTOBLUR\u2122", +    ...    }, - ... - ] +  ... +]  </pre> | 
