Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Conversation

mhevery
Copy link
Contributor

@mhevery mhevery commented Nov 7, 2011

No description provided.

-	renamed:    src/Scope.js -> src/service/scope.js
-	renamed:    test/ScopeSpec.js -> test/service/scopeSpec.js
- 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
-	renamed:    src/Compiler.js -> src/service/compiler.js
-	renamed:    test/CompilerSpec.js -> test/service/compilerSpec.js
BREAK
- remove angular.compile() since the compile method is now a service and needs to be injected
- not connected to keep the CL small
BREAK:
 - removed CSS support from filters
BREAK:
  - remove angular.[Object/Array/String/Function]
  - in templates [].$filter(predicate) and friends need to change to [] | filter:predicate
@mhevery mhevery merged commit 8adae2f into angular:master Nov 15, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants