I need to implement dynamic loading in my Angular JS App. I am trying to load some js plugin files and css files. I learned Require JS is the best for this job. But couldt find any straight forward examples. Any help appreciated.
-
search for angulejs requirejs seed on github, you can find many way to implement itAshish Rajput– Ashish Rajput2015-05-24 06:20:11 +00:00Commented May 24, 2015 at 6:20
-
stackoverflow.com/questions/15155457/…Alborz– Alborz2015-05-24 07:39:17 +00:00Commented May 24, 2015 at 7:39
-
You may find angular-require-lazy interesting.Nikos Paraskevopoulos– Nikos Paraskevopoulos2015-05-24 09:58:51 +00:00Commented May 24, 2015 at 9:58
Add a comment
|