
The application title variable was still using the example value from the project boilerplate. This replaces the example value with 'StackViz'. Change-Id: Ib8f004fcbdfbb3633697eaf287e6e76bec031349
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
'use strict';
|
|
|
|
var AppSettings = {
|
|
appTitle: 'StackViz'
|
|
};
|
|
|
|
module.exports = AppSettings;
|