Joel Kinzel
Results
2
comments of
Joel Kinzel
For those reading this, you need to inject the mapboxService like so: ``` angular.module('starter', ['angular-mapbox']).run(function(mapboxService){ mapboxService.init({ accessToken: 'YOUR_API_KEY' }); }) ```
@tinker20 - This should go inside your Angular controller file.