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
A new directive to edit a geographic location.
$scope.myLoc = {title:'Home',address:'123 Main St',lat:45.678,lon:123.456} .. <div ade-location ade-id="1234" ng-model="myLoc"></div>
A div with this directive on it would display text according to these rules:
When clicking on this text, a popup Google Map will be displayed that will allow the following:
See Toodledo's location editor here for reference (source code can be provided): http://www.toodledo.com/organize/locations.php
It would be best if we could avoid any external dependencies besides the Google SDK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A new directive to edit a geographic location.
A div with this directive on it would display text according to these rules:
When clicking on this text, a popup Google Map will be displayed that will allow the following:
See Toodledo's location editor here for reference (source code can be provided): http://www.toodledo.com/organize/locations.php
It would be best if we could avoid any external dependencies besides the Google SDK.
The text was updated successfully, but these errors were encountered: