diff options
| author | Misko Hevery | 2012-05-24 14:49:47 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:08 -0700 | 
| commit | 0532aabcf97a08badd6ed67ad40453d37da89556 (patch) | |
| tree | 954f5f922b0c178c050321b26c484be468b52b8c /docs/content/tutorial/step_02.ngdoc | |
| parent | f0be543614d5c2c3f492e1ed73ec964bd8a3d381 (diff) | |
| download | angular.js-0532aabcf97a08badd6ed67ad40453d37da89556.tar.bz2 | |
doc(guide): clean up broken links
Diffstat (limited to 'docs/content/tutorial/step_02.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index bf7dc661..03c7a852 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -53,7 +53,7 @@ __`app/index.html`:__  We replaced the hard-coded phone list with the  {@link api/angular.module.ng.$compileProvider.directive.ngRepeat ngRepeat directive} and two -{@link guide/dev_guide.expressions Angular expressions} enclosed in curly braces: +{@link guide/expression Angular expressions} enclosed in curly braces:  `{{phone.name}}` and `{{phone.snippet}}`:  * The `ng-repeat="phone in phones"` statement in the `<li>` tag is an Angular repeater. The | 
