Update application title.

The application title variable was still using the example value
from the project boilerplate. This replaces the example value with
'StackViz'.

Change-Id: Ib8f004fcbdfbb3633697eaf287e6e76bec031349
This commit is contained in:
Tim Buckley 2015-10-19 16:09:55 -06:00
parent 865837da38
commit 952ec1df8a

View File

@ -1,8 +1,7 @@
'use strict';
var AppSettings = {
appTitle: 'Example Application',
apiUrl: '/api/v1'
appTitle: 'StackViz'
};
module.exports = AppSettings;
module.exports = AppSettings;