Hei
I am using angular and trying to implement iframe
in it . I'ave tried many ways to insert longitude
and latitude
which are coming from database but whenever try to write something like this I get error.
what I tried
<iframe width="100%" height="250" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q={{product.mall.lat}},{{product.mall.long}}&key= key" allowfullscreen></iframe>
I get this error when i tried the above way
[$interpolate:noconcat]
Normal iframe
<iframe width="100%" height="250" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=40.7127837,-74.0059413&key= Akey" allowfullscreen></iframe>