1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

refactor(app): split app.js in multiple files (#1217)

This commit is contained in:
Anthony Lapenna 2017-09-21 10:23:51 +02:00 committed by GitHub
parent 601ae9daf2
commit 819d0f6a16
10 changed files with 818 additions and 803 deletions

1
app/helpers/__module.js Normal file
View file

@ -0,0 +1 @@
angular.module('portainer.helpers', []);