diff options
| author | Godmar Back | 2012-09-05 10:28:42 -0400 |
|---|---|---|
| committer | Misko Hevery | 2012-09-06 15:49:49 -0700 |
| commit | 05fa20df81edc9a3d693414c2f5a2a55843e18df (patch) | |
| tree | 3b58e9be69136d3e0756e142e13f5cf02c6287d8 /docs/content/tutorial/step_03.ngdoc | |
| parent | 125573602f420a4f3c94cba762f03bff1b936f0c (diff) | |
| download | angular.js-05fa20df81edc9a3d693414c2f5a2a55843e18df.tar.bz2 | |
docs(module): fixed module example and corrected typos
Diffstat (limited to 'docs/content/tutorial/step_03.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index 18d0fca9..1dc5bbca 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -54,7 +54,7 @@ __`app/index.html`:__ </div> </pre> -We added a standard HTML `<input>` tag and used angular's +We added a standard HTML `<input>` tag and used Angular's {@link api/ng.filter:filter $filter} function to process the input for the {@link api/ng.directive:ngRepeat ngRepeat} directive. |
