This commit is contained in:
gandhimathi 2018-08-22 10:12:32 +05:30
commit 68b114babe
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ function ($rootScope, $state, $stateParams) {
// set below basic information
$rootScope.app = {
name: 'Apollo', // name of your project
author: 'Apollo Distance Education Center', // author's name or company name
description: 'Distance Education Center', // brief description
author: 'Apollo Distance Education College', // author's name or company name
description: 'Distance Education College', // brief description
version: '1.0', // current version
year: ((new Date()).getFullYear()), // automatic current year (for copyright information)
isMobile: (function () {// true if the browser is a mobile device

View File

@ -614,7 +614,7 @@ ng-minlength="6" required/>
<div class="copyright">
© 2018 Apollo Distance Education Center. All rights reserved
© 2018 Apollo Distance Education College. All rights reserved
</div>