Angular Expression

 

<DOCTYPE html>
<html>
    <head>
        <meta CHARSET="UTF-8">
        <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
    </head>
    <body ng-app="">
        <fieldset>
            <legend>
                Angular Expression
            </legend>
            <div>
                Square of 5 is {{5 * 5}}
            </div>
        </fieldset>
        <fieldset>
            <legend>
                Addition of x and y
            </legend>
            <div ng-init="x = 5;y = 6">
                {{x + ' + ' + y}} = {{x + y}}
            </div>
        </fieldset>
        <fieldset>
            <legend>
                Concatenation
            </legend>
            <div ng-init="first_name = 'Shailesh'; last_name = 'Sonare'">
                {{first_name + " " + last_name}}
            </div>
        </fieldset>
    </body>
</html>

 

 

15 Replies to “Angular Expression”

  1. Your style is unique compared to other people I’ve read stuff from. Thanks for posting when you’ve got the opportunity, Guess I will just book mark this site.

  2. When someone writes an piece of writing he/she maintains the thought of a user in his/her brain that how a user can be aware of it. Therefore that’s why this article is outstdanding. Thanks!

  3. Good day very cool blog!! Guy .. Beautiful .. Amazing .. I’ll bookmark your blog and take the feeds additionally? I am happy to find numerous helpful info right here within the post, we want develop more techniques on this regard, thank you for sharing. . . . . .

  4. certainly like your website however you have to check the spelling on quite a few of your posts. Many of them are rife with spelling problems and I to find it very troublesome to inform the truth then again I’ll definitely come back again.

  5. You really make it appear really easy along with your presentation however I in finding this topic to be actually one thing which I think I’d by no means understand. It sort of feels too complex and extremely large for me. I am having a look ahead for your subsequent put up, I will try to get the cling of it!

  6. We stumbled over here different web address and thought I might check things out. I like what I see so now i’m following you. Look forward to checking out your web page again.

  7. Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You definitely know what youre talking about, why throw away your intelligence on just posting videos to your site when you could be giving us something informative to read?

  8. Hello, of course this piece of writing is genuinely pleasant and I have learned lot of things from it on the topic of blogging. thanks.

  9. You’re so awesome! I do not suppose I have read through anything like this before. So wonderful to discover someone with a few original thoughts on this subject matter. Seriously.. many thanks for starting this up. This site is something that is required on the web, someone with a bit of originality!

  10. Fantastic items from you, man. I’ve be mindful your stuff previous to and you’re just extremely excellent. I really like what you have acquired right here, really like what you are saying and the way in which through which you assert it. You’re making it entertaining and you continue to take care of to keep it wise. I can not wait to learn far more from you. That is really a tremendous web site.

Leave a Reply

Your email address will not be published.