angular.js/docs/content/cookbook
Vojta Jina a08cbc02e7 feat($compile): do not interpolate boolean attributes, rather evaluate them
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
2012-03-26 21:14:09 -07:00
..
advancedform.ngdoc feat($compile): do not interpolate boolean attributes, rather evaluate them 2012-03-26 21:14:09 -07:00
buzz.ngdoc docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
deeplinking.ngdoc docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
form.ngdoc docs(cookbook/form): fix the example 2012-03-21 13:52:11 -07:00
helloworld.ngdoc docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
index.ngdoc style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
mvc.ngdoc docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00