Added support for Yandex.Maps version 2.1 in angular.js module yaMap
After the publication of the article “Yandex.Maps for angular.js, a lot of water has flowed under the bridge, and also new features have appeared. At the moment, support for version 2.1 of the yandex map api has been added to the angular.js module to use Yandex maps on your pages. I will not say that the essence of the module has changed a lot, but still some changes have been made. Want to know what, welcome under cat. Major changes:
The ya-toolbar directive disappeared as unnecessary. Instead, the ya-controls attribute of the ya-map directive is now used to set standard controls. Also, no one has canceled the use of the ya-control directive to create your own controls.
yaMapSettings now represented by the provider, which allows you to specify settings in the config block before starting the application
Added directive ya-dragger , which is a control that is dragged onto the map.
All other changes in no way affected the client api.
In addition to the above changes, existing examples have been modified and refined. ')
Project on github .
On this, allow me to bow out.
PS I will be glad to constructive comments and criticism.