diff options
| author | Igor Minar | 2013-10-14 09:53:32 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-10-14 09:53:32 -0700 | 
| commit | 08cdd77c28e95cb2d01d568f31873124c97ec33a (patch) | |
| tree | 31f4c5ac802becdab719f0cd70d6cafc3c2f1f1b /src/ngRoute/directive/ngView.js | |
| parent | 7566215f479980be79f18b58c6c14c57dd8736b5 (diff) | |
| download | angular.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.js | 1 | 
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"> | 
