home.directive("content",function(){
return {
restrict:"E",
templateUrl:""
}
});
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
templateUrl可以返回一个函数: