v0.3.2
Pre-release
Pre-release
- Added dependency on jasmine-mox-matchers
- Passing an array with mock names is not allowed anymore. Just pass multiple arguments
.mockController
is renamed to.mockControllers
- Return values of
createScope
,compileHtml
andcompileTemplate
are set on the currentSpec so you can access it viathis.$scope
andthis.element
- Do not clear the jQuery cache (done by angular-mocks in some older versions) because that makes impossible to compile element in
beforeAll
for reuse by.toContainIsolateScope
matcher and events.