Bootstrap Angular app.

This commit is contained in:
Alexis Lahouze
2017-07-11 18:51:01 +02:00
parent 3ff0015690
commit f3c3ddfebf
9 changed files with 71 additions and 8 deletions

View File

@ -28,7 +28,7 @@ var ScheduleConfig = require('./schedule.config');
var ScheduleController = require('./schedule.controller');
var ScheduleFactory = require('./schedule.factory');
module.exports = angular.module('accountant.scheduler', [
export default angular.module('accountant.scheduler', [
ngMessages,
ngUiNotification,
ngStrap