Hunter Perrin
Member since Nov 6, 2014
- Profile: /members/12404-hunter-perrin.htm
- URL: https://github.com/sciactive
- Comments: 1
Recent Blog Comments By Hunter Perrin
-
Loading AngularJS Components After Your Application Has Been Bootstrapped
Posted on Nov 6, 2014 at 3:59 PM
Thank you for your code. It helped me solve my problem. What I was facing was that I needed to dynamically add dependencies after bootstrapping. The problem was that they were creating the directives I needed on their own modules. Using your solution, plus overriding the angular.module function, I f... read more »