angularjs可以在filter中生成html標(biāo)簽并進(jìn)行數(shù)據(jù)綁定嗎?angular.module('test').filter('testFilter',function($sce) {????????return function (param) {????????????<input ng-model="data.model'></div>';????????}})
angularjs如何在filter中綁定數(shù)據(jù)
emoboss
2015-07-20 11:22:29