In the previous post ‘starting with controller‘ we learnt how to create and use the controller and ng-repeat directive in the AngularJS template. In the post we will learn the filtering and order by functionality within the repeaters(using ng-repeat). In the below example user enter the search keyword(s) in the input element and see the immediately city list based on the search criteria. Continue reading “AngularJS: How to filtering and order by in the Repeaters”
Tag: AngularJS controller
AngularJS: Starting with controller – display the maths times table
In the previous post AngularJS Example 2 – Create and display the maths times tables using ng-repeat we learnt to use the basics and ng-repeat directive to display the repeating html template. And now we introduce the controller in AngularJS application. Simply controller is the one of the part of the MVC(Model – View – Controller) technique for the web development. Continue reading “AngularJS: Starting with controller – display the maths times table”