ng-repeat

 

<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="myApp" ng-controller="myCtrl">
        <h2>ng-repeat</h2>
        <fieldset>
            <legend>
                List
            </legend>
            <div ng-init='name = ["Shailesh", "Mahesh", "Shilpa"]'>
                <ul>
                    <li ng-repeat="x in name">{{x}}</li>
                </ul>
            </div>
        </fieldset>
        <fieldset>
            <legend>
                Table
            </legend>
            <div ng-init='months = ["Jan", "Feb", "Mar"]'>
                <table border="1">
                    <tr ng-repeat="x in months">
                        <td>{{x}}</td>
                    </tr>
                </table>
            </div>
        </fieldset>
        <fieldset>
            <legend>
                Select
            </legend>
            <div ng-init='cities = [{"id":"1", "value":"Mumbai"}, {"id":"2", "value":"Pune"}, {"id":"3", "value":"Nagpur"}]'>
                <select>
                    <option ng-repeat="x in cities" value="{{x.id}}">{{x.value}}</option>
                </select>
            </div>
        </fieldset>
    </body>
    <script>
                var app = angular.module("myApp", []);
                app.controller("myCtrl", function($scope) {

                });
    </script>
</html>

 

 

18 Replies to “ng-repeat”

  1. I would like to thank you for the efforts you have put in writing this website. I am hoping to see the same high-grade blog posts from you later on as well. In fact, your creative writing abilities has inspired me to get my own, personal site now 😉

  2. It’s in fact very difficult in this full of activity life to listen news on TV, so I simply use web for that purpose, and obtain the most recent news.

  3. I don’t even know how I ended up here, but I thought this post was good. I do not know who you are but definitely you’re going to a famous blogger if you are not already 😉 Cheers!

  4. Thanks , I have just been searching for information about this topic for a long time and yours is the greatest I have found out so far. However, what about the conclusion? Are you sure about the supply?

  5. I like the helpful information you provide in your articles. I will bookmark your weblog and check again here frequently. I’m quite certain I will learn lots of new stuff right here! Best of luck for the next!

  6. Wow, fantastic weblog layout! How lengthy have you been blogging for? you made running a blog look easy. The whole look of your site is fantastic, let alone the content material

  7. For those seeking an exceptional online gaming experience, us.com](https://maxispin.us.com/) stands out as a premier destination. At Maxispin Casino, players can enjoy a vast array of pokies, table games, and other thrilling options, all accessible in both demo and real-money modes. The casino offers attractive bonuses, including free spins and a generous welcome offer, along with cashback promotions and engaging tournaments. To ensure a seamless experience, Maxispin provides various payment methods, efficient withdrawal processes, and reliable customer support through live chat. Security is a top priority, with robust safety measures and a strong focus on responsible gambling tools. Players can easily navigate the site, with detailed guides on account creation, verification, and payment methods. Whether you’re interested in high RTP slots, hold and win pokies, or the latest slot releases, Maxispin Casino delivers a user-friendly and secure platform. Explore their terms and conditions, read reviews, and discover why many consider Maxispin a legitimate and trustworthy choice in Australia.
    Regardless of whether you’re an experienced copywriter or a newcomer, MaxiSpin.us.com offers the resources necessary to improve your content.

    **Features of MaxiSpin.us.com**
    The platform also features a built-in editor, allowing users to make immediate adjustments for the best outcomes.

    **Benefits of Using MaxiSpin.us.com**
    By saving time and resources, companies can redirect their focus to other essential aspects of their business.

  8. When I originally commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get several emails with the same comment. Is there any way you can remove people from that service? Thanks a lot!

  9. Hello! I could have sworn I’ve visited this website before but after looking at a few of the posts I realized it’s new to me. Anyhow, I’m certainly happy I came across it and I’ll be book-marking it and checking back frequently!

  10. Thank you a bunch for sharing this with all people you really recognise what you are speaking about! Bookmarked. Kindly also visit my website =). We may have a link change arrangement between us

Leave a Reply

Your email address will not be published.