我使用分页(angular / ui.bootstrap)作为我的列表。分页控件显示在我的网站上,但在VS中它表示"未知元素'分页'或元素不能放在这里"。 http://i.imgur.com/CRbTfBZ.png
我已经在我的表格(ng-repeat)之后放置了分页标记,并且在我的ng-controller div中。
我正在使用这些cdns
ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.js
angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.11.2.js
netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
答案 0 :(得分:0)
因为这是Angular Custom Directive,所以VS会认为它不是有效元素。
查看angular-ui源代码,分页接受限制EA'。因此,如果您真的不想看警告,可以尝试这样做:
<div data-pagination></div>
有关限制选项的更多信息: https://docs.angularjs.org/guide/directive