course details changes done
This commit is contained in:
parent
7e9e37e7a8
commit
da44a258d7
@ -46,7 +46,6 @@ app.controller('topnavCtrl', ["$scope", "$http", "API_POINTS", "$localStorage",
|
|||||||
|
|
||||||
var localDetail = JSON.parse(localStorage.getItem('localObj'));
|
var localDetail = JSON.parse(localStorage.getItem('localObj'));
|
||||||
var localDetails = ipCookie('cookiechk');
|
var localDetails = ipCookie('cookiechk');
|
||||||
console.log(localDetails);
|
|
||||||
$scope.init = function () {
|
$scope.init = function () {
|
||||||
if (localDetail != null) {
|
if (localDetail != null) {
|
||||||
$scope.getProfile();
|
$scope.getProfile();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user