aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/directive/ngNonBindable.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/directive/ngNonBindable.js b/src/directive/ngNonBindable.js
index 217618cc..2e9faa5a 100644
--- a/src/directive/ngNonBindable.js
+++ b/src/directive/ngNonBindable.js
@@ -3,6 +3,7 @@
/**
* @ngdoc directive
* @name angular.module.ng.$compileProvider.directive.ng-non-bindable
+ * @priority 1000
*
* @description
* Sometimes it is necessary to write code which looks like bindings but which should be left alone
@@ -29,4 +30,4 @@
</doc:scenario>
</doc:example>
*/
-var ngNonBindableDirective = ngDirective({ terminal: true });
+var ngNonBindableDirective = ngDirective({ terminal: true, priority: 1000 });