angular.js/docs/content
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
..
api docs(input): Fix some broken links, add missing $, use ng- in examples 2012-03-13 13:52:57 -07:00
cookbook feat($compile): do not interpolate boolean attributes, rather evaluate them 2012-03-26 21:14:09 -07:00
guide docs(guide/module): fix syntax error and expectation in test example 2012-03-26 16:06:46 -07:00
misc docs(guide/started): fix examples 2012-03-20 11:30:21 -07:00