Difference between ng-model and data-ng-model

后端 未结 4 1083
谎友^
谎友^ 2020-12-29 19:50

I am new with the AngularJs. Can anyone say the difference between ng-model and data-ng-model?

With ng-model

First          


        
4条回答
  •  攒了一身酷
    2020-12-29 20:38

    while both ng-model and data-ng-model would work, HTML5 expects any custom attribute to be prefixed by data-.

    
    
    
    
    
    

提交回复
热议问题