Closed sgentile closed 9 years ago
I updated the code to support isDisabled.
It properly passes a boolean value to the isDisabled as an optional parameter (=?). Since it's a boolean I changed the attrs.observe to scope.watch
is-disabled="true"
Also, this was using the outdated ngmin so instead I'm using ng-annotate
How is this better than the current version?
use ng-disabled to set disabled properly. Works in the latest release (1.2)
ng-disabled
disabled
I updated the code to support isDisabled.
It properly passes a boolean value to the isDisabled as an optional parameter (=?). Since it's a boolean I changed the attrs.observe to scope.watch
Also, this was using the outdated ngmin so instead I'm using ng-annotate