We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9497757 commit 10ae766Copy full SHA for 10ae766
1 file changed
src/ng/directive/ngSwitch.js
@@ -8,11 +8,13 @@
8
* @description
9
* Conditionally change the DOM structure.
10
*
11
- * @usageContent
12
- * <ANY ng-switch-when="matchValue1">...</ANY>
+ * @usage
+ * <ANY ng-switch="expression">
13
+ * <ANY ng-switch-when="matchValue1">...</ANY>
14
* <ANY ng-switch-when="matchValue2">...</ANY>
15
* ...
16
* <ANY ng-switch-default>...</ANY>
17
+ * </ANY>
18
19
* @scope
20
* @param {*} ngSwitch|on expression to match against <tt>ng-switch-when</tt>.
0 commit comments