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

refactor(ui): introduce helpers functions to centralize code

This commit is contained in:
Anthony Lapenna 2016-08-31 18:03:41 +12:00
parent 5432424a40
commit f020e5a633
8 changed files with 241 additions and 279 deletions

View file

@ -6,6 +6,7 @@ angular.module('uifordocker', [
'ngCookies',
'ngSanitize',
'uifordocker.services',
'uifordocker.helpers',
'uifordocker.filters',
'dashboard',
'container',