docs(module): fixed module example and corrected typos

This commit is contained in:
Godmar Back
2012-09-05 10:28:42 -04:00
committed by Misko Hevery
parent 125573602f
commit 05fa20df81
5 changed files with 5 additions and 5 deletions

View File

@@ -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.