arrow_back Back to Notebook
angular/angularjs
angular/angularjs
February 28, 2019

How to use ng-repeat in AngularJS

Here is a quick example of ng-repeat usage and implementation

Controller example:

const myObject: string[] = ['str 1', 'str 2'];
<div ng-repeat="str in ctrl.myObject">
    <div>{{str}}</div>
</div>

Thanks for reading!

John Wiseman

Full-Stack Software Engineer building scalable digital solutions. specializing in modern web technologies and mission-critical systems.

© 2026 Wiseman Systems Pty. Ltd.

Navigation

Start a Conversation

Ready to discuss your next project? Let's build something extraordinary together.

Get in Touch