aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/booleanAttrDirSpecs.js
AgeCommit message (Collapse)Author
2012-04-04chore(directive): correct file names for booleanAttrsVojta Jina
2012-04-04fix(booleanAttrs): convert to booleanVojta Jina
jQuery's attr() does not handle 0 as false, when it comes to boolean attrs.
2012-04-03fix(ng-href): copy even if no bindingMisko Hevery
Closes# 850 fixed an issue where ng-href would not copy its content into href if it did not contain binding.
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery