var app = angular.module("app", []); function c($scope){ $scope.items = [1,2,2,3,4,5,5]; $scope.m = "string"; }; app.directive("dir",function($parse){ return { compile : function( $compile ){ return function(s,e,a)...
www.dbjr.com.cn/article/609...htm 2025-5-27