Angular Html

 

<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>
        <div ng-app="">
            Hello {{'Angular'}}
        </div>
        Hello {{'World'}}
    </body>
</html>

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *