From 85c31e068821f412128d98265ed439a725400528 Mon Sep 17 00:00:00 2001
From: Igor Minar
Date: Mon, 1 Apr 2013 21:33:18 -0700
Subject: docs(ngSwitch): improve the @usage example
---
src/ng/directive/ngSwitch.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js
index 44985737..f22e634d 100644
--- a/src/ng/directive/ngSwitch.js
+++ b/src/ng/directive/ngSwitch.js
@@ -10,12 +10,13 @@
* ngSwitchWhen or ngSwitchDefault directives will be preserved at the location
* as specified in the template
*
- * @usageContent
- * ...
+ * @usage
+ *
+ * ...
* ...
* ...
* ...
- * ...
+ *
*
* @scope
* @param {*} ngSwitch|on expression to match against ng-switch-when.
--
cgit v1.2.3