diff options
| author | Brian Ford | 2013-10-08 10:45:00 -0700 | 
|---|---|---|
| committer | Brian Ford | 2013-10-08 10:49:33 -0700 | 
| commit | 556e8eece69b93b89c6ae1cc4cb86d08994a0dfc (patch) | |
| tree | e797331ff844daf220327f43a0ad5a0a0bbe64f0 /docs/content/tutorial/step_06.ngdoc | |
| parent | d769b8b8f0fba81b35e441249e31e7e209d40580 (diff) | |
| download | angular.js-556e8eece69b93b89c6ae1cc4cb86d08994a0dfc.tar.bz2 | |
docs(tutorial): fix style across tutorial steps
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> | 
