Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>   
   <head>
      <title>AngularJS Expressions Example</title>
   </head>
   <script src = 
    "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js">
   </script>
   <body>
      <h1>AngularJS Expressions Example</h1>
      
      <div ng-app = "" ng-init = "quantity = 2;cost= 250; student =   
           {firstname:'Jai',lastname:'Singh',rollno:6};
           marks = [90,85,85,77,70]">
         <p>Hello {{student.firstname + " " + student.lastname}}!</p>
         <p>Expense on Books: {{cost * quantity}} Rs</p>
         <p>Roll No: {{student.rollno}}</p>
         <p>Marks(Java): {{marks[2]}}</p>
      </div>      
   </body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers