| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
BREAK:
- remove angular.[Object/Array/String/Function]
- in templates [].$filter(predicate) and friends need to change to [] | filter:predicate
|
|
|
|
BREAK
- remove angular.compile() since the compile method is now a service and needs to be injected
|
|
|
|
|
|
Fixes #562
|
|
|
|
|
|
|
|
notes(igor): I also e2e tests and refactorred the e2e test example to be
more clear about what is a variable and what is an html/framework api.
|
|
|
|
Closes #599
|
|
|
|
it's not useful any more and it only makes the docs look ugly
|
|
|
|
|
|
|