Update directives to use controllers where necessary

This commit is contained in:
gconsidine
2017-05-15 11:48:34 -04:00
parent 29a325d52f
commit 15b05e9093
10 changed files with 230 additions and 186 deletions

View File

@@ -4,6 +4,6 @@
<input type="text" class="form-control at-Input" ng-model="config.state.value"
ng-attr-autofocus="{{tab == 1 || undefined }}"
tabindex="{{::tab}}" placeholder="{{::config.placeholder}}"
ng-change="config.state.check()" ng-disabled="form.disabled" />
ng-change="vm.check()" ng-disabled="form.disabled" />
</div>
</div>