| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-31 | Rename deprecated wasCalled() -> toHaveBeenCalled() in all specs | Vojta Jina | |
| As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith() | |||
| 2011-03-01 | linking function should return bound scope | Igor Minar | |
| angular.compile()() returns {scope:scope, view:view}, this isn't useful at all and only makes tests more verbose. Instead, this change makes the linking function return scope directly and if anyone needs the linked dom there are two ways to do it documented in angular.compile. other changes: - moved angular.compile docs to the compiler so that they are closer to the compiler - fixed some typos and updated angular.compile docs with the new return value | |||
| 2011-02-16 | Change API angular.compile(element)([scope], [element/true]) | Misko Hevery | |
| 2011-02-16 | remove $init on scope from applying compilation template | Misko Hevery | |
| Closes #40 | |||
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-06 | converted last of tests to specs | Misko Hevery | |
