diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 021f4c7d4..312cdf728 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -31,11 +31,14 @@ * leave - happens just after the ngSwitch contents change and just before the former contents are removed from the DOM * * @usage + * + * ``` * * ... * ... * ... * + * ``` * * * @scope