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”
Category: AngularJS
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”
AngularJS Example 2 – Create and display the maths times tables using ng-repeat
In the previous post: AngularJS- What are the directives in AngularJS?, we have discussed several AngularJS directives. In the following example, you can learn the real use of the ng-repeat directive. The example draw the maths times tables for the number two to ten. Continue reading “AngularJS Example 2 – Create and display the maths times tables using ng-repeat”
AngularJS- What are the directives in AngularJS?
In previous examples, my first html web page using AngularJS and example to add the two text fields, you have noticed that we were using some keywords like ng-App and ng-Model in the examples to enable the AngularJS features. These are called by built in AngularJS directives. Continue reading “AngularJS- What are the directives in AngularJS?”
AngularJS- Example- Add values of the two text fields and show the sum
After writing my previous AngularJS html web page, I am continue to learn the AngularJS. Today I have found a on line editor Plunker for creating, collaborating and sharing my web development programs and examples. Continue reading “AngularJS- Example- Add values of the two text fields and show the sum”
My first html page using the AngularJS
I have been using the jQuery JavaScript library for designing the interactive web pages from the last couple of years and I feel very familiar to update the DOM using the JQuery. Continue reading “My first html page using the AngularJS”