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
.mockControlleris renamed to.mockControllers- Return values of
createScope,compileHtmlandcompileTemplateare set on the currentSpec so you can access it viathis.$scopeandthis.element - Do not clear the jQuery cache (done by angular-mocks in some older versions) because that makes impossible to compile element in
beforeAllfor reuse by.toContainIsolateScopematcher and events.