TG-117 : remove bootstrap css framework and replace by

angular-material and create login page
This commit is contained in:
matthieupenchenat81
2017-03-05 10:55:38 +01:00
parent d4cd89ceac
commit 5f51010615
10 changed files with 55 additions and 168 deletions

View File

@ -3,7 +3,7 @@
describe('Controller: MainCtrl', function () {
// load the controller's module
beforeEach(module('clientApp'));
beforeEach(module('frontendApp'));
var MainCtrl,
scope;