Skip to content

v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@fvanwijk fvanwijk released this 17 Mar 13:29
· 152 commits to master since this 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 and compileTemplate are set on the currentSpec so you can access it via this.$scope and this.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.