1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00
portainer/app/__module.js

25 lines
525 B
JavaScript
Raw Normal View History

angular.module('portainer', [
'ui.bootstrap',
'ui.router',
'isteven-multi-select',
'ngCookies',
'ngSanitize',
'ngFileUpload',
'ngMessages',
'ngResource',
'angularUtils.directives.dirPagination',
'LocalStorageModule',
'angular-jwt',
'angular-google-analytics',
'angular-json-tree',
2017-11-12 20:27:28 +01:00
'angular-loading-bar',
'angular-clipboard',
'luegg.directives',
'portainer.templates',
'portainer.app',
2018-05-06 09:15:57 +02:00
'portainer.agent',
'portainer.azure',
'portainer.docker',
'extension.storidge',
'rzModule']);