Hi Ryan,

Just finished reading up on the bug. I was afraid of this outcome. It makes 
sense from the technical side.
But if you preload your template’s using grunt, you can combine the 
templatecache and your directive’s
assuming you have preloaded your templates:

  ddo = {
     restrict:'A',
     template: $templaceCache.get('myTemplate.html'),
     ...
  }

not elegant, but fully functional ;)

Regards
Sander
​

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to