html - AngularJS Ng-repeat vs performance -
html - AngularJS Ng-repeat <div> vs <ul> performance -
basically want know if there performance difference using ul instead of div when i'm using ng-repeat
you can give @ angular source code, $compile apply on $element, angular not care html tag.
here code looking : https://github.com/angular/angular.js/blob/master/src/ng/directive/ngrepeat.js#l323
as can see, no specific utilize of $element in code. question more oriented on browser behaviors, little bit more complexe questions complexe.
just utilize 1 sense more adapted content. have fun.
html angularjs performance
Comments
Post a Comment