mirror of https://github.com/portainer/portainer
27 lines
557 B
JavaScript
27 lines
557 B
JavaScript
angular.module('portainer', [
|
|
'ui.bootstrap',
|
|
'ui.router',
|
|
'ui.select',
|
|
'isteven-multi-select',
|
|
'ngCookies',
|
|
'ngSanitize',
|
|
'ngFileUpload',
|
|
'ngMessages',
|
|
'ngResource',
|
|
'angularUtils.directives.dirPagination',
|
|
'LocalStorageModule',
|
|
'angular-jwt',
|
|
'angular-google-analytics',
|
|
'angular-json-tree',
|
|
'angular-loading-bar',
|
|
'angular-clipboard',
|
|
'ngFileSaver',
|
|
'luegg.directives',
|
|
'portainer.templates',
|
|
'portainer.app',
|
|
'portainer.agent',
|
|
'portainer.azure',
|
|
'portainer.docker',
|
|
'extension.storidge',
|
|
'rzModule']);
|