Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html >
    <head>
<!--<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.js"></script> -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
      
       
    </head>
    <body ng-app>
        <div ng-controller="testhere">
            {{totalcount}}
        </div>
      <script>
        function testhere($scope)
        {
            $scope.totalcount=4;
        }
        </script>
    </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers