This commit is contained in:
Manish Verma
2017-04-30 17:25:08 +05:30
parent cd43537fd7
commit b2800d7a3f
4 changed files with 142 additions and 16 deletions

View File

@@ -53,6 +53,9 @@ myApp.controller('MainController', ['$http', '$scope',
$scope.Datetimetitle = 'Faveo Date & Time format';
$scope.Datetimecontent = 'What format you want to display date & time in Faveo';
$scope.DummyDataTitle = 'Faveo Dummy Data';
$scope.DummyDataContent = 'Check this chekbox if you want to install and test Faveo with dummy data. You can clear dummy data and start using Faveo in production anytime.';
}
]);