$compile将js生成的HTML中注入$scope,那样就可以在生成的HTML中使用angular
var maphtml = $('#allmap1'); $compile(maphtml)($scope);