refactor(injector): turn scope into a service
- turn scope into a $rootScope service. - injector is now a starting point for creating angular application. - added inject() method which wraps jasmine its/beforeEach/afterEach, and which allows configuration and injection of services. - refactor tests to use inject() where possible BREAK: - removed angular.scope() method
M
Misko Hevery committed
48697a2b86dbb12ea8de64cc5fece7caf68b321e
Parent: 93b777c