docs(ngSwitch): fix formatting of custom usage field
This commit is contained in:
@@ -31,11 +31,14 @@
|
||||
* leave - happens just after the ngSwitch contents change and just before the former contents are removed from the DOM
|
||||
*
|
||||
* @usage
|
||||
*
|
||||
* ```
|
||||
* <ANY ng-switch="expression">
|
||||
* <ANY ng-switch-when="matchValue1">...</ANY>
|
||||
* <ANY ng-switch-when="matchValue2">...</ANY>
|
||||
* <ANY ng-switch-default>...</ANY>
|
||||
* </ANY>
|
||||
* ```
|
||||
*
|
||||
*
|
||||
* @scope
|
||||
|
||||
Reference in New Issue
Block a user