Sayan Bhattacharya
Sayan Bhattacharya
@CollinEstes Any updates related to the PR?
Hi @joelkinzel . I tried adding this code to my index.html file:- var app = angular.module('Kawasaki', ['ui.router', 'ngStamplay', 'angular-mapbox']).run(function(mapboxService){ mapboxService.init({ accessToken: 'MY_API_KEY' }); }) The screenshot contains the header response...
Hi Joel, I have tried adding this to the controller. Still the request is unauthorized. angular.module('starter', ['angular-mapbox']).run(function(mapboxService){ mapboxService.init({ accessToken: 'ACCESS_TOKEN' }); }) app.controller('MenuCtrl', ['$scope', '$http','$stamplay' ,'userStatus','storefront', 'globalVariable', 'qId', function MenuCtrl($scope,...