angular.js/test/directive
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
..
aSpec.js chore(directives,widgets): reorg the code under directive/ dir 2012-03-08 22:29:34 -08:00
booleanAttrDirSpecs.js feat($compile): do not interpolate boolean attributes, rather evaluate them 2012-03-26 21:14:09 -07:00
formSpec.js fix(ngForm): alias name||ngForm 2012-03-19 11:35:09 -07:00
inputSpec.js feat($compile): do not interpolate boolean attributes, rather evaluate them 2012-03-26 21:14:09 -07:00
ngBindSpec.js refactor(ngBindAttr): remove 2012-03-26 21:14:09 -07:00
ngClassSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngClickSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngCloakSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngControllerSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngEventDirsSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngIncludeSpec.js style(ng-include): remove unused args 2012-03-12 23:04:11 -07:00
ngInitSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngNonBindableSpec.js f(compile): boolean attributes too agresive 2012-03-13 16:59:03 -07:00
ngPluralizeSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngRepeatSpec.js fix(ngRepeat): correct variable reference in error message 2012-03-17 15:57:55 -07:00
ngShowHideSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngStyleSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
ngSwitchSpec.js style(ngSwitchSpec): fix typo 2012-03-15 15:23:49 -07:00
ngViewSpec.js feat($controller): support controller registration via $controllerProvider 2012-03-26 15:23:29 -07:00
scriptSpec.js chore(directives,widgets): reorg the code under directive/ dir 2012-03-08 22:29:34 -08:00
selectSpec.js feat($compile): do not interpolate boolean attributes, rather evaluate them 2012-03-26 21:14:09 -07:00
styleSpec.js chore(directives,widgets): reorg the code under directive/ dir 2012-03-08 22:29:34 -08:00