Hello everybody,
this is my html code:
> <ion-content>
> <div id="map" data-tap-disabled="true" > </div>
> </ion-content>
I have this display on my application:
http://jsfiddle.net/pc7Uu/1534/
Now I want display few statistics on this map, so I want create 3 text areas fix, so you can move on the map but the text will be fix.
One on the right bottom, one on the middle bottom and one on the left bottom, with statistics inside.
But with my code I can’t display anything on my map.
Any issue ?
Thanks in advance