Shalvin Interests

Thursday, April 14, 2016

AngularJS with Asp .Net MVC


<script src="~/Scripts/angular.js"></script>

<!DOCTYPE html>

<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>Index</title>
</head>
<body ng-app>
    <div> 
        {{2 + 2}}
    </div>
</body>
</html>

No comments:

Post a Comment