in my angular app there is some partials that i load in ng-view. This partials has some jquery plugins that usually activates by document.ready. But this event not fire when angular load partial in ng-view. How can i call this event to initialize jquery plugins? Thanks for your attention.
readyevent? That's a job for controllers or directives.