| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- added module property to doc:example
|
|
|
|
|
|
|
|
- $injector('abc') -> $injector.get('abc');
- $injector(fn) -> $injector.invoke(null, fn);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|