<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ng-repeat on Curtis Timson</title><link>https://hugo.curtiscode.dev/tags/ng-repeat/</link><description>Recent content in ng-repeat on Curtis Timson</description><generator>Hugo -- gohugo.io</generator><language>en-GB</language><lastBuildDate>Wed, 24 Jun 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://hugo.curtiscode.dev/tags/ng-repeat/index.xml" rel="self" type="application/rss+xml"/><item><title>Filtering arrays in AngularJS</title><link>https://hugo.curtiscode.dev/post/angularjs/filtering-arrays-in-angularjs/</link><pubDate>Wed, 24 Jun 2015 00:00:00 +0000</pubDate><guid>https://hugo.curtiscode.dev/post/angularjs/filtering-arrays-in-angularjs/</guid><description>Previously I wrote an articleon how to display data from a simple javascript array using AngularJS.
Following on from that this next article will show you how to filter that same array by particular properties.
In the previous article I used the following HTML markup with AngularJS to loop through an array of users to display their Name and Location:
&amp;lt;div ng-app=&amp;#34;myApp&amp;#34; ng-controller=&amp;#34;myController&amp;#34;&amp;gt; &amp;lt;ul&amp;gt; &amp;lt;li ng-repeat=&amp;#34;user in users&amp;#34;&amp;gt;{{user.Name}} | {{user.</description></item></channel></rss>