mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-06 17:21:33 +08:00
If a directives specifies `replace:true` and the template of the directive contains a root element with an attribute which already exists at the place where the directive is used with the same value, don't duplicate the value. Closes #7463