AngularJS – Dynamic Directives

In this post, we will look into an approach for exchanging the definition of an AngularJS directive, i.e. the template, controller, compile/link functions etc., after the application has been bootstrapped whereby carrying out a full reload is not an option. Assume that you have an application that allows the user to have multiple accounts to …

AngularJS – Dynamic Directives Read More »