📜  AngularJS | ng-bind-template指令

📅  最后修改于: 2021-05-13 20:17:00             🧑  作者: Mango

AngularJS中的ng-bind-template指令用于将HTML元素的内容替换为给定表达式的值。它用于绑定多个表达式。它可以具有多个{{}}表达式。所有HTML元素都支持它。

句法:

 Contents... <l;/element>

示例1:本示例使用ng-bind-template指令显示绑定内容。



      

    
        ng-bind-template Directive
    
      
    

  

  
    

GeeksforGeeks

    

ng-bind-template Directive

           
        Choose one:
        
                   
                            
    
                               

输出:
选择单选按钮之前:
ngbindtemplate
选择单选按钮后:
ngbindtemplate

示例2:本示例使用ng-bind-template指令显示绑定内容。



  

    ng-bind-template Directive
  
    

  

      
    

GeeksforGeeks

    
                            

                   Count of Footballs:          
    
                                           

输出:
在输入号码之前:
ngbindtemplate
输入号码后:
ngbindtemplate