码迷,mamicode.com
首页 > 其他好文 > 详细

Angular学习笔记【ngx-bootstrap】中的 tabset

时间:2017-06-13 17:03:43      阅读:633      评论:0      收藏:0      [点我收藏+]

标签:syntax   str   imp   www   template   bootstrap   for   学习   mis   

  <tabset class="tab-container tabbable-line">
                    <tab  heading="{{l("MobileSetting")}}" >
                    
                    </tab>
  </tabset>

注意:

{{l("MobileSetting")}} 多语言如果没有设置,则会报错。并且比较坑人的是,它报的错误信息是:

core.es5.js:1084 ERROR Error: Uncaught (in promise): Error: Template parse errors:
Unexpected closing tag "tab". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags (" 
<tab heading="{{l("MobileSetting")}}" > 1 [ERROR ->]</tab> </tabset> </div> ")

这个错误让人发狂,因为你发现你的关闭标签明明就是</tab>,而且并没有错误中描述的已经提前有一个关闭标签关闭了此内容

项目使用的是ABP(Angular2)架构

Angular学习笔记【ngx-bootstrap】中的 tabset

标签:syntax   str   imp   www   template   bootstrap   for   学习   mis   

原文地址:http://www.cnblogs.com/lishidefengchen/p/7001218.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!