UNPKG

angularjs-datatables-service

Version:

AngularJS service that serves as a wrapper for angular-datatables.js functions

20 lines (12 loc) 377 B
'use strict'; describe('example', function() { beforeEach(module('example')); // Test the controller describe('ExampleController', function() { var $httpBackend, ctrl; beforeEach(inject(function($componentController, _$httpBackend_) { $httpBackend = _$httpBackend_; ctrl = $componentController('example'); })); }); });