feat(forms): new and improved forms

This commit is contained in:
Misko Hevery
2011-09-08 13:56:29 -07:00
committed by Igor Minar
parent df6d2ba326
commit 4f78fd692c
104 changed files with 7044 additions and 3963 deletions

View File

@@ -612,7 +612,7 @@ https://github.com/angular/angular.js/issues/404 issue}). If you should require
you will need to specify an extra property that has two watchers. For example:
<pre>
<!-- html -->
<input type="text" name="locationPath" />
<input type="text" ng:model="locationPath" />
</pre>
<pre>
// js - controller