Skip to content

Commit 786aa62

Browse files
committed
docs(ngSwitch): fix priority
Fixes angular#8244
1 parent ac53554 commit 786aa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngSwitch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
*
4444
* @scope
45-
* @priority 800
45+
* @priority 1200
4646
* @param {*} ngSwitch|on expression to match against <tt>ng-switch-when</tt>.
4747
* On child elements add:
4848
*

0 commit comments

Comments
 (0)