- feat 1
- feat 2
- feat 1
// Usage : | |
// | |
// 1 - Load the real module | |
// ============================ | |
// beforeEach(module('app', 'partials/my-directive.html')); | |
// | |
// 2 - Create the mock constructor function and call module(mockDirectiveController(...)) | |
// ============================ | |
// beforeEach(function () { | |
// function CtrlMock() { |