-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.js
25 lines (25 loc) · 867 Bytes
/
app.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//myKbin.controller('mainController',
// ['$scope', '$http', '$location', function ($scope, $http, $location) {
//
//
// //**** set footer in all page releted height condition ****//
// setInterval(function () {
// var body_height = $('body').height();
// var window_height = $(window).height();
// if (body_height > window_height) {
// $('#footer').addClass('active1');
// $('#footer').removeClass('active');
// }
// else
// {
// $('#footer').addClass('active');
// $('#footer').removeClass('active1');
// }
// }, 100);
//
// }
//
// ]);
//
//
//