angularjs - how to load all user js files after @RenderBody() complete in MVC single page application -
when generate mvc5 app using angularjs, _layout.cshtml has @scripts.render @ end of file after @renderbody(), @scripts.render contains animation related script, these script should execute after @renderbody() elements loaded. scripts included page before @renderbody() elements loaded completely, script not applying dom elements.
i'm new mvc & angularjs single page application. please me achieve this.
what correct approach?
thanks in advance!
Comments
Post a Comment