angular.js/test/scenario
Misko Hevery 48697a2b86 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
2011-11-14 16:39:31 -08:00
..
e2e chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
output feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ApplicationSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
DescribeSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
dslSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00
FutureSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
matchersSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
mocks.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ObjectModelSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
RunnerSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
SpecRunnerSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00