Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am new to AngularJS and I am working my way through an application which loads few jQuery plugins on page load when I load the home page of the application.

Now, in that home page I am using ng-view through $routeProvider. Now the partial templates I am embedding into ng-view through $routeProvider need some jQuery plugins to be initialized to display properly.

Could somebody help me with understanding the initialization of jQuery plugins with rendering a partial template through ng-view?

share|improve this question
1  
initialize them from directives –  charlietfl Jul 31 '14 at 20:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.