-
It does not work with the framework materializecss
Someone could make it work?
This is a url: http://ubilabs.github.io/geocomplete/
yopos updated
8 years ago
-
I have the following code:
if (GoogleMaps.loaded()) {
$("input").geocomplete({
details: "form",
map:".map",
mapOptions: {
…
-
```
`Template.map.onCreated(function() {
GoogleMaps.ready('map', function(map) {
$("#search-bar").geocomplete({
map: map.instance,
details: "form",
…
-
My apologies if this is an issue that is not dealt with here.
I am trying to retrieve the current map center with the following code.
The geocode:mapdragged is working, but the result is coming back …
-
-
Is there any option for search box which can be called inside the template?
-
When I console log the following, I am not getting anything... it says
`function (){return a}`
```
this.autorun(function () {
if (GoogleMaps.loaded()) {
$("#Location_Input"…
-
Every route i visit i get this error in the console. Any idea what i may be doing wrong, i checked the paths are loaded before i initialize `FlowRouterMeta` and `FlowRouterTitle`
-
I restarted Meteor again, and It's working now. But It seems unstable. It worries me a bit, because that should not happen.
## Operating System
Lubuntu 14.04 LTS 64bit
## Meteor Tool
Bundle Version:…
-
I decided to check up on DropKick to see if a new version was released. I was right and I am updating from DropKick **1.3.3** to **2.1.7.** The issue I had with [Dynamically created DropKick selects o…