aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorMisko Hevery2012-01-27 16:18:16 -0800
committerMisko Hevery2012-02-21 22:46:00 -0800
commit78656fe0dfc99c341ce02d71e7006e9c05b1fe3f (patch)
treea68731c4c1675047da65b23ccf3d562324324081 /src/AngularPublic.js
parentcb10ccc44fa78b82c80afa1cb5dac2c34fdf24b7 (diff)
downloadangular.js-78656fe0dfc99c341ce02d71e7006e9c05b1fe3f.tar.bz2
feat($compile) add locals, isolate scope, transclusion
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index d052c35b..ac7d4243 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -94,7 +94,8 @@ function publishExternalAPI(angular){
ngStyle: ngStyleDirective,
ngSwitch: ngSwitchDirective,
ngOptions: ngOptionsDirective,
- ngView: ngViewDirective
+ ngView: ngViewDirective,
+ ngTransclude: ngTranscludeDirective
}).
directive(ngEventDirectives).
directive(ngAttributeAliasDirectives);