What is the best way to separate out different core pieces of functionality?
For example I have a extend component that has auto complete, tagging, and search query functionality. I would like to separate those pieces of functionality into separate directives t make it easier to change or even replacing them if needed. I remeber something being said about helper directive but never saw any actually implementations. A more details question with a code example of my initial idea is here : http://stackoverflow.com/questions/23119168/how-to-separate-functionality-of-angular-directive -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
