HTML不承认变音符号

时间:2018-03-13 19:11:13

标签: html angular ionic-framework utf-8 utf

我试图将我的一个ngFor对象的位置作为参数发送到我的一个函数,但它返回以下错误:

Uncaught (in promise): Error: Template parse errors: Parser Error: Missing expected ) at column 24 in [openProdus(produs.Poziție)]

这是发生错误的HTML:

        <img src= {{produs.Imagini}} (click)="openProdus(produs.Poziție)" />

1 个答案:

答案 0 :(得分:0)

{{produs.Imagini}}周围缺少引号。解决这个问题,另一个问题可能就是自己处理。

import seaborn as sns
%matplotlib inline

sns.set(rc={'figure.figsize':(11,8)}, font_scale=1.5, style='whitegrid')

tips = sns.load_dataset("tips")
sns.boxplot(x="day", y="total_bill", data=tips);