mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-31 10:46:44 +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