Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 828ad89

Browse files
docs(ngSwitch): fix formatting of custom usage field
1 parent bdec35c commit 828ad89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ng/directive/ngSwitch.js

+3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,14 @@
3131
* leave - happens just after the ngSwitch contents change and just before the former contents are removed from the DOM
3232
*
3333
* @usage
34+
*
35+
* ```
3436
* <ANY ng-switch="expression">
3537
* <ANY ng-switch-when="matchValue1">...</ANY>
3638
* <ANY ng-switch-when="matchValue2">...</ANY>
3739
* <ANY ng-switch-default>...</ANY>
3840
* </ANY>
41+
* ```
3942
*
4043
*
4144
* @scope

0 commit comments

Comments
 (0)