Skip to content

Commit

Permalink
Added support version 2.1 for yandex map and add some example use it.
Browse files Browse the repository at this point in the history
  • Loading branch information
tulov committed May 30, 2014
1 parent dfc4137 commit 47bae46
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion example/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FallbackResource /index.html
FallbackResource /2.1/index.html
16 changes: 0 additions & 16 deletions example/2.1/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ angular.module('myApp', ['ui.bootstrap','yaMap'], function($routeProvider, $loca
templateUrl:'2.1/partials/click-coordinate.html',
controller:ClickCoordinateCtrl
})
/*.when('/2.1/events/edit-geoobject',{
templateUrl:'2.1/partials/edit-geoobject.html',
controller:EditGeoobjectCtrl
})*/
.when('/2.1/geoobjects/change-color',{
templateUrl:'2.1/partials/change-color.html',
controller:ChangeColorCtrl
Expand Down Expand Up @@ -182,18 +178,6 @@ angular.module('myApp', ['ui.bootstrap','yaMap'], function($routeProvider, $loca
templateUrl:'2.1/partials/list-box-template.html',
controller:ListBoxTemplateCtrl
})
/*.when('/2.1/template/cluster-balloon',{
templateUrl:'2.1/partials/cluster-balloon-template.html',
controller:ClusterBalloonTemplateCtrl
})
.when('/2.1/template/cluster-balloon-carousel',{
templateUrl:'2.1/partials/cluster-balloon-carousel-template.html',
controller:ClusterBalloonCarouselTemplateCtrl
})
.when('/2.1/template/cluster-balloon-accordion',{
templateUrl:'2.1/partials/cluster-balloon-accordion-template.html',
controller:ClusterBalloonAccordionTemplateCtrl
})*/
.when('/2.1/geocode/one',{
templateUrl:'2.1/partials/geocode.html',
controller:GeocodeCtrl
Expand Down
Binary file added example/img/cat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/img/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ya-map-2.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47bae46

Please sign in to comment.