1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

refactor(ui): rename angular modules from dockerui to uifordocker (#88)

This commit is contained in:
Anthony Lapenna 2016-07-27 17:11:24 +12:00 committed by GitHub
parent adf5184a5d
commit 7c6fdebb3d
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
angular.module('dockerui.services', ['ngResource', 'ngSanitize'])
angular.module('uifordocker.services', ['ngResource', 'ngSanitize'])
.factory('Container', ['$resource', 'Settings', function ContainerFactory($resource, Settings) {
'use strict';
// Resource for interacting with the docker containers