aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/booleanAttrsSpec.js
AgeCommit message (Collapse)Author
2012-05-06fix(ngSrc,ngHref): binding should set element prop as well as attrIgor Minar
IE9 ignores setAttribute('src', val) calls on img if "ng:src" attribute is present. It only fetches the image if element property is updated as well. Closes #935
2012-04-09chore(tests): rename all directive names to the normalized formIgor Minar
2012-04-04refactor(ngHref, ngSrc): remove duplicate testsVojta Jina
2012-04-04chore(directive): correct file names for booleanAttrsVojta Jina