传单标记与里面的按钮

时间:2017-04-24 09:25:27

标签: angularjs ionic-framework ionic2 leaflet angular-leaflet-directive

我在地图上添加了一堆标记,方法如下:

L.marker({ lat: this.latitude, lng: this.longitude }, { icon: myIcon })
  .bindPopup("<h1>" + this.name + "</h1><p>" + this.desc +
  "</p><button (click)=\"showMore(" + this.id +
  ")\">Show more</button>")

但似乎HTML代码并未由Angular编译。

如何使用Ionic 2实现这一目标,因为$ compile不再存在?

0 个答案:

没有答案