AngularJS

AngularJS ng-repeat

AngularJS allows me to loop through an array with the ng-repeat directive very easily. (The ‘Resources’ tab will show you the JavaScript and css files I’ve included and the ‘Result’ tab will show you the output.) Notice the ng-init initializes the array with a list of languages. ng-repeat=”language in languages” will loop through the languages …

AngularJS ng-repeat Read More »

Scroll to Top