Answer the question
In order to leave comments, you need to log in
How to register the provider correctly so that the coordinates change and the redirect does not work?
My url changes when I move the map
localhost.com /#13/46.8483/29.5999
13 this is the zoom
, then the coordinates go
here is my provider
$routeProvide.
when('/', {
templateUrl: 'pages/home.html',
controller: 'HomeCtrl'
}).
when('/admin', {
templateUrl: 'pages/admin.html',
controller: 'AdminCtrl'
}).
otherwise({
redirectTo: '/'});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question