angular-testing-recipes
angular-testing-recipes copied to clipboard
Define a nice way to handle different directive approaches
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
?