Use different js bundle with base html

This commit is contained in:
Sam Chow 2018-05-10 13:22:53 -04:00
parent 708b7ee669
commit 81af2d9fcc
5 changed files with 19 additions and 13 deletions

View file

@ -0,0 +1,5 @@
const setupPage = '';
angular.module('quay', [setupPage]);
console.log('Hello world! I\'m the config app');