我有以下的jsfiddle,我不确定它有什么问题?
有什么想法吗?
https://jsfiddle.net/jimmyt1988/8kx0s953/7/
<div ng-app="myApp">
<points></points>
<script type="text/ng-template" id="pointstemplate">
rgrgerg
</script>
</div>
angular
.module('myApp', [])
.component('points', {
templateUrl: 'pointstemplate',
controllerAs: 'viewModel',
controller: function(){
...
答案 0 :(得分:1)
重新排序资源,以便jQuery在angular.min.js
之前