Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html ng-app="myApp">
  <head>
<meta name="description" content="Understanding how to isolate scopes using directives" />
    <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.min.js"></script>
  </head>
  <script src="http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js"></script>
  <body>
    <div ng-controller="foo">
      <span class="red block">fooCtrl.name =>{{name}}</span>
            <span class="red block">fooCtrl.age =>{{age}}</span>
      <foo-dir></foo-dir>
            <bar-dir></bar-dir>
                  <rum-dir name="name"></rum-dir>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
mreis1pro
0viewers