I\'m working with angularjs and I want to be able to load directives as and when they are needed instead of having all of them loaded at the start of the page. I\'m trying
I am not sure how using a angularJS directive will be an appropriate answer
I have done the following and it works flawlessly
If your data is not changing, you can store it locally and repopulate.
keep fetching latest records and ad it locally.