2016-04-28 65 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

相關問題