AngularJS Tutorial #7 - ng-repeat directive

Hey gang, in this AngularJS tutorial, I’ll be showing you a cool little directive called ng-repeat. Ng-repeat lets us cycle through our data, and output the data using a series of HTML elements. ----- COURSE LINKS: Source files on GitHub - Atom text editor - --------------------------------------------------------------------------------------------- You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, Wo
Back to Top