Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>AngularJS performance by VoidCanvas.com</title>
</head>
<script src="http://code.angularjs.org/angular-1.0.0rc2.min.js" ng:autobind="angularjsWrapper"></script>
<body ng:app="animationApp" ng:controller="animationCtrl">
    
<div id="angularjsWrapper">
<button ng:click="runAngularjs()">Animate with AngularJS</button>
<div id="grid" data-ng-init="angularjsInit();">
    <div class="box-view" ng:repeat="box in boxes">
        <div class="box" ng:style="{top: box.top+'px', left: box.left+'px', background: 'rgb(0,0,'+box.color+')'}">{{box.content}}</div>
    </div>
</div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
metalshanpro
0viewers