Skip to content

Instantly share code, notes, and snippets.

@bonoweb
bonoweb / click.ts
Last active September 6, 2017 02:23
leaflet ionic 2 bind click on popup using attribute data-click
constructor(public navCtrl: NavController,
public platform: Platform,
private iab: InAppBrowser,
private elementRef: ElementRef,
private renderer: Renderer,
) {
this.platform = platform;
this.elementRef = elementRef;
this.renderer = renderer;