| 1 2 3 4 5 6 7 8 9 10 11 | 1 1 | (function () {
'use strict';
angular
.module('app.core', [
'ngAnimate', 'ngSanitize',
'blocks.exception', 'blocks.logger', 'blocks.router',
'ui.router', 'ngplus'
]);
})();
|