Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html ng-app>
  <head>
    <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.js"></script>
  </head>
  <body>
    <div ng-controller="HomeCtrl">
<div ng-repeat="objects in object">
  <div ng-bind-html-unsafe="objects.avatar"></div>
</div>
      <div ng-bind-html="avatar"></div>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
mohamedriaspro
0viewers