Naimikan / angular-mapboxgl-directive

AngularJS directive for Mapbox GL
https://naimikan.github.io/angular-mapboxgl-directive/
MIT License
49 stars 21 forks source link

Add support for Angular 1.6 #17

Closed idanb11 closed 7 years ago

idanb11 commented 7 years ago

Hi @Naimikan ,

Currently the bower dependencies support only angular 1.5

"dependencies": {
  "angular": "~1.5.8"
}

But from what I tested, angular-mapboxgl-directive library works well with angular version 1.6.3, So maybe it is possible to change bower.json dependencies like so:

"dependencies": {
  "angular": ">=1.5 <1.7"
}

Thanks.

Naimikan commented 7 years ago

Hi @idanb11!

Thank you for the tip!