Try Directives. See demo here. var app = angular.module('plunker', []); app.directive('myDir',function(){ return{ link : function(scope ...
確定! 回上一頁