javascriptangularjsgoogle-mapssequelize.jsng-map

How to show content from a Google Maps address using Sequelize?


I looked for an information for several weeks. First, I'm using AngularJS 1.6 and ngMap module.

Here's what I'm doing:

My question is:

How to show activities (by city) by making coincide the address of my search box and the address of my form?

Thanks a lot !


Solution

  • So... I finded my answer. It's necessary to add a stored procedure into the database and create a function which will allow to get back the data.