diff options
| author | Misko Hevery | 2012-02-09 14:39:44 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2012-02-21 22:46:01 -0800 | 
| commit | 7bd69d0f5b1dd9aa04ac19393991566785ec81c2 (patch) | |
| tree | bfca161f26bc72bd740ed9e5c399e6c5e8f2d96f /src/AngularPublic.js | |
| parent | 3773323e464bf45eed8cc70082ab369507d4e14d (diff) | |
| download | angular.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.js | 2 | 
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 | 
