over 8 years ago
Hii,
This blog is in continuation with my previous blog on directives in angularJs, in this blog, I will discuss expressions in angularJs.
Syntax:{{ expression }}
Example:
We can use angularJs expressions when we want to assign any string value dynamically using an Angular directive .
In this example, a string value is added.
Output
My name is Pinky
Example:
We can use angularJs expressions when we want to assign any number dynamically using an Angular directive.
In this example a numeric value is added,Numeric values can also be a decimal values.
Output
I have total Rs3000 in my pocket.
Note:Must inclue this link in your document when you are using angularjs
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
Can you help out the community by solving one of the following Javascript problems?
Do activity (Answer, Blog) > Earn Rep Points > Improve Rank > Get more opportunities to work and get paid!
For more topics, questions and answers, please visit the Tech Q&A page.
0 Comment(s)