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”