aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
diff options
context:
space:
mode:
authorVojta Jina2012-01-20 14:04:53 -0800
committerVojta Jina2012-01-23 13:11:12 -0800
commitdbffbefb7cd7af2ac063c95378a035aa9fbbd2ff (patch)
tree047f7ae83c0573e1f1c22c44cba7644a1ab464b1 /angularFiles.js
parent0196411dbe179afe24f4faa6d6503ff3f69472da (diff)
downloadangular.js-dbffbefb7cd7af2ac063c95378a035aa9fbbd2ff.tar.bz2
refactor($controller): Add $controller service for instantiating controllers
So that we can allow user to override this service and use BC hack: https://gist.github.com/1649788
Diffstat (limited to 'angularFiles.js')
-rw-r--r--angularFiles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/angularFiles.js b/angularFiles.js
index e2a37bb5..05f93bf8 100644
--- a/angularFiles.js
+++ b/angularFiles.js
@@ -13,6 +13,7 @@ angularFiles = {
'src/service/browser.js',
'src/service/cacheFactory.js',
'src/service/compiler.js',
+ 'src/service/controller.js',
'src/service/cookieStore.js',
'src/service/cookies.js',
'src/service/defer.js',