generator-angular-eggs
Version:
Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server
16 lines (11 loc) • 318 B
JavaScript
(function() {
'use strict';
describe('Controller: AppController', function () {
beforeEach(module('<%= appname %>'));
beforeEach(module('ngComponentRouter'));
var AppController;
beforeEach(inject(function ($controller) {
AppController = $controller('AppController');
}));
});
})();