Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.angularjs.org/1.3.0-beta.11/angular.min.js"></script>
  <meta charset="utf-8">
  <title>isolate $scope access 1.3.0 BETA 11</title>
</head>
<body ng-app="appli" ng-controller="ctrl">
 
  <input type="checkbox" ng-model="showDirective">SHOW</input>
  
  <directive-if show="showDirective"></directive-if>
  <directive-if-without-replace show="showDirective"></directive-if-without-replace>
    <directive-if-not-root-element show="showDirective"></directive-if-not-root-element>
  <directive-show show="showDirective"></directive-show>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
clakechpro
0viewers