2016-04-28 68 views

回答

0

下面是使用的NG绑定,HTML

<div class="card" ng-if="extendedDescription"> 
      <div class="item item-divider"> 
       Ext Description 
      </div> 
      <label class="item item-text-wrap"> 
       <span ng-bind-html="extendedDescription"> 
       </span> 
      </label> 
     </div> 

span元素包裹,因为其中没有任何事件被解雇的标签元素内改变

的HTML

the <label to only contain <span

相关问题