course details changes done

This commit is contained in:
gandhimathi 2017-12-27 12:34:26 +05:30
parent 7e9e37e7a8
commit da44a258d7

View File

@ -46,7 +46,6 @@ app.controller('topnavCtrl', ["$scope", "$http", "API_POINTS", "$localStorage",
var localDetail = JSON.parse(localStorage.getItem('localObj'));
var localDetails = ipCookie('cookiechk');
console.log(localDetails);
$scope.init = function () {
if (localDetail != null) {
$scope.getProfile();