aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets.js')
-rw-r--r--src/widgets.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets.js b/src/widgets.js
index 84982dc6..d515d94d 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -783,6 +783,7 @@ var ngPluralizeDirective = ['$locale', '$interpolate', function($locale, $interp
var scriptTemplateLoader = ['$templateCache', function($templateCache) {
return {
+ terminal: true,
compile: function(element, attr) {
if (attr.type == 'text/ng-template') {
var templateUrl = attr.id;