incuna / angular-input-fields

Angular library for common input fields
MIT License
2 stars 0 forks source link

Split directives into separate files #12

Open grahamgilchrist opened 8 years ago

grahamgilchrist commented 8 years ago

Split from #1 Move each directive to it's own module in it's own file.

This makes it easier/more obvious to manage dependencies per directive, but also means we can selectively import the directives we need per project.

I think we can still build to a single dist/ file, as although it will declare all the directive modules, we can selectively import modules.