feat(plugins): moved http settings to directive instad of just ng-include partial

This commit is contained in:
Torkel Ödegaard
2016-01-09 19:03:03 +01:00
parent 36ebfc747a
commit ca3405afc5
18 changed files with 26 additions and 30 deletions

View File

@@ -1,9 +1,8 @@
define([
'./datasourcesCtrl',
'./datasourceEditCtrl',
'./orgUsersCtrl',
'./newOrgCtrl',
'./userInviteCtrl',
'./orgApiKeysCtrl',
'./orgDetailsCtrl',
'../datasources/all',
], function () {});