Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="application">
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <script src="https://code.angularjs.org/1.2.25/angular.min.js"></script>
  <script src="https://code.angularjs.org/1.2.25/angular-sanitize.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.10.0/ui-bootstrap-tpls.min.js"></script>
</head>
<body ng-controller="Booking">
  
  
<div class="col-md-12">
  {{ name }}
    <div class="row adults insertAdults">
      <div ng-bind-html="myAdults"></div>
    </div>
  
  <div class="row adults insertChildren">
      <div ng-bind-html="myChildren"></div>
    </div>
</div>
</body>
</html>
Output

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