damtep
Results
1
comments of
damtep
Hi, my workaround was to create a new directive similar to angular's 'script' directive: ``` javascript angular.module('').directive('iutScript', ['$templateCache', function($templateCache) { return { restrict: 'E', terminal: true, compile: function(element, attr) {...