Ken
Results
1
comments of
Ken
@galmok This is how I implemented a conditional. You have to add a watch for "ngDropdownRequired" as well. ``` angular.module('ait').directive('ngDropdownRequired', function ($parse) { return { restrict: 'A', require: '?ngModel', link:...