angular-testing-recipes icon indicating copy to clipboard operation
angular-testing-recipes copied to clipboard

Define a nice way to handle different directive approaches

Open cironunes opened this issue 10 years ago • 0 comments

Directives can have isolate scope or not, transclude: true|'element' and some more variations. How should we approach this in the project?

  • A file for each kind of property?
  • A file for some combined properties?
  • Should the basics be in a directives.js?

cironunes avatar Feb 23 '15 21:02 cironunes