1.tab,ng无嵌套路由,tab也不需要用到。用angular-ui-bootstrap的tabset, tabcontent分别是不同的ng-include。不同的controller。 2.boostrap的datetimepicker,我不在外面套一层class=“form-group”,浏览器就奔溃出错? 3.boostrap的col嵌套col,还是以12为准。 4.ng-class的表达式多种写法。 ①键值对:ng-class=”{red:true,blue:false}”,ng-class=”{red:kk==0,blue:kk ==0}”, ②字符串数组:ng-class=”{true: ‘active’,false: ‘inactive’}[isActive]” ③.scope变量绑定(不推荐使用) 5.点击左侧导航刷新:url后添加随机参数