aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngSwitch.js
diff options
context:
space:
mode:
authorMisko Hevery2012-03-09 15:12:48 -0800
committerMisko Hevery2012-03-11 21:31:35 -0700
commit3e5377f4f3b1d0f06af50e21026835bee0556b4a (patch)
tree156df16f60ddf501df847050946d9ed0765967d2 /src/directive/ngSwitch.js
parent488a03631eb69794fd158f3f0df34d936084aec4 (diff)
downloadangular.js-3e5377f4f3b1d0f06af50e21026835bee0556b4a.tar.bz2
doc(fixes): to better support ng-directive notation
Diffstat (limited to 'src/directive/ngSwitch.js')
-rw-r--r--src/directive/ngSwitch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive/ngSwitch.js b/src/directive/ngSwitch.js
index a4f5afad..59c7056e 100644
--- a/src/directive/ngSwitch.js
+++ b/src/directive/ngSwitch.js
@@ -15,7 +15,7 @@
* <any ng-switch-default>...</any>
*
* @scope
- * @param {*} on expression to match against <tt>ng-switch-when</tt>.
+ * @param {*} ng-switch|on expression to match against <tt>ng-switch-when</tt>.
* @paramDescription
* On child elments add:
*