diff options
| author | Chung-Min Cheng | 2014-03-04 21:03:19 +0900 | 
|---|---|---|
| committer | Brian Ford | 2014-03-07 15:04:16 -0800 | 
| commit | 73250089cdb43446bf35c4368eaa43c5aeebf878 (patch) | |
| tree | 9d9c2cbfa063250e6e23bdd1be7a6cb087fef343 | |
| parent | a72bc4e69f4482136e0cde28cec6b4531fcac940 (diff) | |
| download | angular.js-73250089cdb43446bf35c4368eaa43c5aeebf878.tar.bz2 | |
docs(tutorial): update step_08.ngdoc
Closes #6537
| -rw-r--r-- | docs/content/tutorial/step_08.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index 25de2cb8..ed085731 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -107,7 +107,7 @@ __`app/partials/phone-detail.html`:__      </dl>    </li>      ... -  </li> +  <li>      <span>Additional Features</span>      <dd>{{phone.additionalFeatures}}</dd>    </li> | 
