[Forms] Add more form controls
Add remaining platform form controls; amend mct-form and mct-control directives to better communicate state. Begin working on problem of communicating validation back out of the form. WTD-530.
This commit is contained in:
@@ -22,8 +22,6 @@ define(
|
||||
$scope.$watch("key", function (key) {
|
||||
// Pass the template URL to ng-include via scope.
|
||||
$scope.inclusion = controlMap[key];
|
||||
console.log(key);
|
||||
console.log($scope.inclusion);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user