fix($compile): bind ng-attr-* even if unbound attribute follows ng-attr-*
Previously, <element ng-attr-foo="{{binding}}" foo="bar"></element>'s "foo" attribute would always
equal "bar", because the bound version was overwritten. This CL corrects this behaviour and ensures
that the ordering of attributes does not have an effect on whether or not ng-attr-bound attributes
do their work. J
Jason Bedard committed
ed59370d805a88c9ac012a8e417faf2a9f902776
Parent: d8e5acf
Committed by Caitlin Potter <caitpotter88@gmail.com>
on 6/17/2014, 12:35:13 AM