aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngRoute/directive/ngView.js
diff options
context:
space:
mode:
authorIgor Minar2013-10-14 09:53:32 -0700
committerIgor Minar2013-10-14 09:53:32 -0700
commit08cdd77c28e95cb2d01d568f31873124c97ec33a (patch)
tree31f4c5ac802becdab719f0cd70d6cafc3c2f1f1b /src/ngRoute/directive/ngView.js
parent7566215f479980be79f18b58c6c14c57dd8736b5 (diff)
downloadangular.js-08cdd77c28e95cb2d01d568f31873124c97ec33a.tar.bz2
docs: add missing priority documentation for structural directives
Diffstat (limited to 'src/ngRoute/directive/ngView.js')
-rw-r--r--src/ngRoute/directive/ngView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js
index b031281d..1706e25a 100644
--- a/src/ngRoute/directive/ngView.js
+++ b/src/ngRoute/directive/ngView.js
@@ -23,6 +23,7 @@ ngRouteModule.directive('ngView', ngViewFactory);
* The enter and leave animation occur concurrently.
*
* @scope
+ * @priority 400
* @example
<example module="ngViewExample" deps="angular-route.js" animations="true">
<file name="index.html">