自定义指令



  
     
     angular
     
     
     
     
 
 
 


  
     
     angular
     
     
     
     
 
 
 
//
12354224

笔记

指令:重用,组件

app.directive('abc',function(){
  return {
      restrict,     四种模式
     template,   
     replace, 
    transclude  嵌入,占位符
 }
})



  
     
     angular
     
     
     
     
 
 
 
  • {{v}}

你可能感兴趣的:(自定义指令)