| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Closes #648
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAK:
- remove angular.[Object/Array/String/Function]
- in templates [].$filter(predicate) and friends need to change to [] | filter:predicate
|
|
filters
|
|
|
|
BREAK:
- removed CSS support from filters
|
|
|
|
|
|
|
|
|
|
- still need to remove from factory
|
|
|
|
|
|
|
|
- not connected to keep the CL small
|
|
|
|
|
|
function invocation.
|
|
BREAK
- remove angular.compile() since the compile method is now a service and needs to be injected
|
|
- renamed: src/Compiler.js -> src/service/compiler.js
- renamed: test/CompilerSpec.js -> test/service/compilerSpec.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/Scope.js -> src/service/scope.js
- renamed: test/ScopeSpec.js -> test/service/scopeSpec.js
|
|
|
|
|
|
|
|
Allow any attributes, not only jsfiddle...
|
|
no breaking changes AFAICT
|
|
|