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
This commit is contained in:
Vojta Jina
2012-01-20 14:04:53 -08:00
parent 0196411dbe
commit dbffbefb7c
7 changed files with 74 additions and 8 deletions

1
angularFiles.js vendored
View File

@@ -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',