Use different js bundle with base html
This commit is contained in:
parent
708b7ee669
commit
81af2d9fcc
5 changed files with 19 additions and 13 deletions
5
static/configappjs/index.js
Normal file
5
static/configappjs/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
const setupPage = '';
|
||||
angular.module('quay', [setupPage]);
|
||||
console.log('Hello world! I\'m the config app');
|
Reference in a new issue