remove unused currentYear
This commit is contained in:
parent
4664c783f2
commit
ef0f4632ca
|
@ -4,7 +4,6 @@ angular
|
||||||
.controller('mainController', function ($scope, $transitions, $state, authService, toastr, i18nService, $analytics, utilsService,
|
.controller('mainController', function ($scope, $transitions, $state, authService, toastr, i18nService, $analytics, utilsService,
|
||||||
$window) {
|
$window) {
|
||||||
var self = this;
|
var self = this;
|
||||||
self.currentYear = new Date().getFullYear();
|
|
||||||
self.animation = '';
|
self.animation = '';
|
||||||
self.xsBody = $window.screen.availHeight < 600;
|
self.xsBody = $window.screen.availHeight < 600;
|
||||||
self.smBody = !self.xsBody && $window.screen.availHeight <= 800;
|
self.smBody = !self.xsBody && $window.screen.availHeight <= 800;
|
||||||
|
|
Loading…
Reference in New Issue