AngularJS: Search & Sort Data

This article shows how you can search and sort data using AngularJS 1.x. We will be using code from previous article example. Our code contains country & their capitals name as an array and we display them using ng-repeat directive in HTML view. This is our example code from previous article: <html ng-app="myApp"> <head> <title>My … Read more