docs(ngSwitch): fix formatting of custom usage field

This commit is contained in:
Peter Bacon Darwin
2014-04-23 19:32:41 +01:00
parent 1b1f94d8fe
commit b6514d9e1a
+3
View File
@@ -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