Intoduction :-
1) The expressions in angular JS we can written inside double braces.
Example :-
<html>
Hii Friends...
Today I explain about angular js expressions. this is similar to JavaScript expressions.
1) The expressions in angular JS we can written inside double braces.
Like = {{ expression }}.
2) We can written expressions inside a directive.
Like = ng-bind=" expression ".
3) These expressions are similar to JavaScript expressions and it has literals,variables and operators.
Like = {{ firstName + " " + lastName }}
DEMO
My expression Result is : {{ 2 + 2 }}
Example :-
0 comments:
Post a Comment