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/ng/directive/ngSwitch.js | |
| parent | 7566215f479980be79f18b58c6c14c57dd8736b5 (diff) | |
| download | angular.js-08cdd77c28e95cb2d01d568f31873124c97ec33a.tar.bz2 | |
docs: add missing priority documentation for structural directives
Diffstat (limited to 'src/ng/directive/ngSwitch.js')
| -rw-r--r-- | src/ng/directive/ngSwitch.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 8087390a..320400d9 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -31,6 +31,7 @@   * </ANY>   *   * @scope + * @priority 800   * @param {*} ngSwitch|on expression to match against <tt>ng-switch-when</tt>.   * @paramDescription   * On child elements add: | 
