From 828ad89e8aa194a1b8a10bec9e03ebc8506b0cb2 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 23 Apr 2014 19:32:41 +0100 Subject: [PATCH] docs(ngSwitch): fix formatting of custom usage field --- src/ng/directive/ngSwitch.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 021f4c7d4d7f..312cdf728b0f 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