Skip to content

Commit

Permalink
Fixed a bug where not sent notification of a change of coordinates ce…
Browse files Browse the repository at this point in the history
…nter.
  • Loading branch information
tulov committed Mar 17, 2014
1 parent c35a8a9 commit 4c7774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ya-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ angular.module('yaMap',[]).
});
}else if(angular.isArray(center)){
$timeout(function(){
centerCoordinatesDeferred.resolve(result);
centerCoordinatesDeferred.resolve(center);
});
}else if(angular.isString(center)){
//проводим обратное геокодирование
Expand Down

0 comments on commit 4c7774c

Please sign in to comment.