feat(ngSrcset): add new ngSrcset directive
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 S
Samuel Santos committed
d551d72924f7c43a043e4760ff05d7389e310f99
Parent: 629fb37
Committed by Pete Bacon Darwin <pete@bacondarwin.com>
on 5/14/2013, 8:29:21 PM