[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

@ -22,7 +22,7 @@ define(
return {
restrict: "E",
templateUrl: templatePath,
scope: { structure: "=", model: "=ngModel" }
scope: { structure: "=", ngModel: "=ngModel" }
};
}