将JSON数据传递给sebm-google-map-marker并单击它会出错

时间:2017-07-10 07:11:56

标签: angular dictionary

每当我点击下面代码中的标记时,我都会收到错误。

我的HTML代码是:

<sebm-google-map-info-window [maxWidth]="300" [disableAutoPan]="true">
<div class="mapwrapper" *ngFor="let mgd of allMarkersGeoDatas; let j = index">
    <div class="tempSection clearfix">
        <div class="col-md-4">
            <span>{{mgd.count}}</span>
            <span>COUNT</span>
        </div>
        <div class="col-md-4">
            <span>{{mgd.typesCount}}</span>
            <span>TYPES</span>
        </div>
    ....

每当我使用{{}}括号传入JSON数据时,我在控制台中收到错误:

  

错误类型错误:_co.updateDiv不是函数。

如果我删除并硬编码数据,则不会出现错误。有没有人知道,为什么会出现这个错误?

0 个答案:

没有答案