All Questions
Tagged with angular-templatecache angularjs-directive
3 questions
2
votes
1
answer
331
views
Dynamic include template angular directive
So I want to make a directive to automatically include tabs and content, but I am unable to get the content stored in partials/tabs/tab[x].html.
AvailableTabs - constant defined as an array :
myApp....
0
votes
2
answers
530
views
Change templateURL of directive dynamically after $http.get()
I'm working on 'skeleton' loading the UI in different components. I have a directive that I'm loading a template initially (this template has low opacity and looks like a mock table). Once I get the ...
0
votes
0
answers
777
views
angular directive store rendered html in template cache
BACKSTORY
I have a use case where I use an angular directive to build a fairly beefy form. The compiled directive will be used in multiple places, and rather than having to render the html multiple ...