ngMock

Improve this Doc ngMock

ngMock

The ngMock module provides support to inject and mock Angular services into unit tests. In addition, ngMock also extends various core ng services such that they can be inspected and controlled in a synchronous manner within test code.

Installation

First include angular-mocks.js in your HTML:

<script src="angular.js">
<script src="angular-mocks.js">

You can download this file from the following places: