aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorMisko Hevery2012-02-09 14:39:44 -0800
committerMisko Hevery2012-02-21 22:46:01 -0800
commit7bd69d0f5b1dd9aa04ac19393991566785ec81c2 (patch)
treebfca161f26bc72bd740ed9e5c399e6c5e8f2d96f /src/AngularPublic.js
parent3773323e464bf45eed8cc70082ab369507d4e14d (diff)
downloadangular.js-7bd69d0f5b1dd9aa04ac19393991566785ec81c2.tar.bz2
chore(ng:switch): rewritten with transclusion API
BREAKING CHANGE: the change event fires on scope of switch not on scope of case.
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index ac7d4243..a317d4dd 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -93,6 +93,8 @@ function publishExternalAPI(angular){
ngSubmit: ngSubmitDirective,
ngStyle: ngStyleDirective,
ngSwitch: ngSwitchDirective,
+ ngSwitchWhen: ngSwitchWhenDirective,
+ ngSwitchDefault: ngSwitchDefaultDirective,
ngOptions: ngOptionsDirective,
ngView: ngViewDirective,
ngTransclude: ngTranscludeDirective