Skip to content

Instantly share code, notes, and snippets.

@Narretz
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Narretz/8292e353f75b108882d8 to your computer and use it in GitHub Desktop.
Save Narretz/8292e353f75b108882d8 to your computer and use it in GitHub Desktop.
Angular issues related to replace: true option
https://github.com/angular/angular.js/issues/10811 (Causes to unexpected behavior to ng-class inside directive)
https://github.com/angular/angular.js/issues/10612 (Different DOM when using template vs templateUrl with replace true)
https://github.com/angular/angular.js/issues/10465 (Replace True Breaking Pristine Class)
https://github.com/angular/angular.js/issues/10323 (Combining ng-show conditions in a directive with replace = true fails)
https://github.com/angular/angular.js/issues/8159 (Directive with 'replace: true' and template)
https://github.com/angular/angular.js/issues/6239 (Duplicated style attribute in directive with template and replace: true)
https://github.com/angular/angular.js/issues/6979 (syntax error on directive with replace = true)
https://github.com/angular/angular.js/issues/5695 (Directive with ng-class in template fails to merge its attribute with its caller's ng-class attribute)
https://github.com/angular/angular.js/issues/4837 (1.2-rc3 breaks combination of transclude and replace cause multidir error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment