docs(forms): Update API docs for forms

- API forms (ng:model + controller, form + controller)
- fix some broken links
- ng:change, ng:model-instant
This commit is contained in:
Vojta Jina
2012-02-23 19:47:58 -08:00
parent 60743fc52a
commit 139e1b09a9
10 changed files with 786 additions and 613 deletions

View File

@@ -7,7 +7,7 @@ angular, but advanced users who want more control over the initialization proces
the manual bootstrapping method instead.
The best way to get started with manual bootstrapping is to look at the what happens when you use
{@link api/angular.directive.ng:app ng:app}, by showing each step of the process
{@link api/angular.module.ng.$compileProvider.directive.ng:app ng:app}, by showing each step of the process
explicitly.
<pre>