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:
Hi @Naimikan ,
Currently the bower dependencies support only angular 1.5
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:
Thanks.