home.directive("content",function(){
return {
restrict:"E",
templateUrl:""
}
});
home.directive("content",function(){
return {
restrict:"E",
templateUrl:""
}
});
templateUrl可以返回一个函数: