Open grzesiekmq opened 7 years ago
show more code plz... did you inject NgMap in your controller, what about in app.js? then we can help more :)
Check if correctly injected NgMap in module, in controller, and with correct order.
I had the same issued, but it is fixed.
My app.js file
angular.module("myApp", ['ngRoute', 'ngMap']).
My city.ctrl.js file
angular.module('myApp')
.controller('MyCtrl', ['$scope', 'MyCities', 'NgMap', function($scope, MyCities, NgMap) {
I get
when I try