aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/ngSrcsetSpec.js
AgeCommit message (Collapse)Author
2013-05-14feat(ngSrcset): add new ngSrcset directiveSamuel Santos
In line with ngSrc and ngHref, this new directive ensures that the `srcset` HTML5 attribute does not include a pre-interpolated string. Without it the browser will fetch from the URL with the literal text `{{hash}}` until AngularJS replaces the expression inside `{{hash}}`. Closes #2601