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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -