Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="app">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
  <meta charset=utf-8 />
</head>
<body>
  
  <span ng-model="user1" ng-class="{'red': user1}"  style="font-size:28px; color:purple" >USER1</span>
  
  <span ng-model="users2" ng-class="{'red': user2}"  style="font-size:28px; color:purple" >USER2</span>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers