stackviz/app/js/constants.js
Tim Buckley 952ec1df8a 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
2015-10-19 16:09:55 -06:00

8 lines
92 B
JavaScript

'use strict';
var AppSettings = {
appTitle: 'StackViz'
};
module.exports = AppSettings;