We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e215f commit 85c31e0Copy full SHA for 85c31e0
src/ng/directive/ngSwitch.js
@@ -10,12 +10,13 @@
10
* ngSwitchWhen or ngSwitchDefault directives will be preserved at the location
11
* as specified in the template
12
*
13
- * @usageContent
14
- * <ANY ng-switch-when="matchValue1">...</ANY>
+ * @usage
+ * <ANY ng-switch="expression">
15
+ * <ANY ng-switch-when="matchValue1">...</ANY>
16
* <ANY ng-switch-when="matchValue2">...</ANY>
17
* ...
18
* <ANY ng-switch-default>...</ANY>
- * <ANY>...</ANY>
19
+ * </ANY>
20
21
* @scope
22
* @param {*} ngSwitch|on expression to match against <tt>ng-switch-when</tt>.
0 commit comments