mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
So that we can have non string values, e.g. ng-value="true" for radio inputs
Breaks boolean attrs are evaluated rather than interpolated
To migrate your code, change: <input ng-disabled="{{someBooleanVariable}}">
to: <input ng-disabled="someBooleanVariabla">
Affected directives:
* ng-multiple
* ng-selected
* ng-checked
* ng-disabled
* ng-readonly
* ng-required
|
||
|---|---|---|
| .. | ||
| advancedform.ngdoc | ||
| buzz.ngdoc | ||
| deeplinking.ngdoc | ||
| form.ngdoc | ||
| helloworld.ngdoc | ||
| index.ngdoc | ||
| mvc.ngdoc | ||