Do not autozoom when changing route point order (#33)

pull/108/head
Candid Dauth 2017-03-29 17:31:10 +02:00
rodzic 9290d8e647
commit 703d72bb9b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ fm.app.factory("fmMapSearchRoute", function($rootScope, $compile, fmUtils, $time
scope.sortableOptions = ng.copy(fmSortableOptions);
scope.sortableOptions.update = function() {
scope.reroute();
scope.reroute(true);
};
scope.addDestination = function() {