aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/angular.suffix
diff options
context:
space:
mode:
authorMisko Hevery2011-11-14 15:08:21 -0800
committerMisko Hevery2011-11-14 20:31:21 -0800
commit955551141de88f15760e3e6e8cb8503ee34b6f6e (patch)
tree3aab0d02dc619610fdb72c3559969bf680bb985f /src/scenario/angular.suffix
parent94e1a07b28629c19c51ed41fc8181b985741ffa1 (diff)
downloadangular.js-955551141de88f15760e3e6e8cb8503ee34b6f6e.tar.bz2
style(angularPublic): move public export definition to AnuglarPublic.js
Diffstat (limited to 'src/scenario/angular.suffix')
-rw-r--r--src/scenario/angular.suffix2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scenario/angular.suffix b/src/scenario/angular.suffix
index 014c2cc9..a79fd270 100644
--- a/src/scenario/angular.suffix
+++ b/src/scenario/angular.suffix
@@ -1,3 +1,5 @@
+publishExternalAPI(angular);
+
var $runner = new angular.scenario.Runner(window),
config = angularJsConfig(document);