21 lines
427 B
JavaScript
21 lines
427 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
var ariaNg = angular.module('ariaNg', [
|
|
'ngRoute',
|
|
'ngSanitize',
|
|
'ngTouch',
|
|
'ngMessages',
|
|
'ngCookies',
|
|
'ngAnimate',
|
|
'pascalprecht.translate',
|
|
'angularMoment',
|
|
'ngWebSocket',
|
|
'base64',
|
|
'LocalStorageModule',
|
|
'cgBusy',
|
|
'ui.bootstrap-slider',
|
|
'oitozero.ngSweetAlert'
|
|
]);
|
|
})();
|