Start on config setup tool. This tool is not yet functional.
This commit is contained in:
parent
cac19cac57
commit
1142b1bc18
19 changed files with 1336 additions and 7 deletions
|
@ -126,7 +126,7 @@ function getMarkedDown(string) {
|
|||
|
||||
quayDependencies = ['ngRoute', 'chieffancypants.loadingBar', 'angular-tour', 'restangular', 'angularMoment',
|
||||
'mgcrea.ngStrap', 'ngCookies', 'ngSanitize', 'angular-md5', 'pasvaz.bindonce', 'ansiToHtml',
|
||||
'ngAnimate', 'core-ui'];
|
||||
'ngAnimate', 'core-ui', 'core-config-setup'];
|
||||
|
||||
if (window.__config && window.__config.MIXPANEL_KEY) {
|
||||
quayDependencies.push('angulartics');
|
||||
|
|
Reference in a new issue