[Forms] Initial minimal functionality

Initial minimal working implementation where a
two-way binding between form and form user is
observable.

Notably, change ng-options to options, since
ng-options is terminal (it breaks mct-control).

WTD-530
This commit is contained in:
Victor Woeltjen
2014-11-26 10:43:48 -08:00
parent 9576673b84
commit 658d485ccc
5 changed files with 118 additions and 73 deletions

View File

@@ -0,0 +1,7 @@
<label class="checkbox custom no-text">
<input type="checkbox"
name="{{name}}"
ng-model="ngModel[name]"
ng-disabled="ngDisabled">
<em>&nbsp;</em>
</label>