We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
How to fix this?
"Controller 'yaMap', required by directive 'yaGeoObject', can't be found!"
yaMap does'n used in this directive, can I remove "yaMap" from require statement?
The text was updated successfully, but these errors were encountered:
Occures with '' in HTML code:
<ya-map ya-zoom="10" ya-controls="smallMapDefaultSet" ya-center="{{yaMap.center}}"> <ya-cluster> <ya-geo-object ng-repeat="o in yaMap.geoObjects" ya-source="o"></ya-geo-object> </ya-cluster> </ya-map>
Sorry, something went wrong.
Change yaMap.geoObjects to geoObjects (which must located in $scope).
geoObjects just a variable.
I think it's not a bug,
No branches or pull requests
Hello!
How to fix this?
"Controller 'yaMap', required by directive 'yaGeoObject', can't be found!"
yaMap does'n used in this directive, can I remove "yaMap" from require statement?
The text was updated successfully, but these errors were encountered: