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.0.7/angular.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  <script src="http://cdn.kendostatic.com/2013.2.918/js/kendo.all.min.js"></script>
  <script src="http://kendo-labs.github.io/angular-kendo/build/angular-kendo.js"></script>
  <link rel="stylesheet" type="text/css" href="http://cdn.kendostatic.com/2013.2.918/styles/kendo.common.min.css">
  <link rel="stylesheet" type="text/css" href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.blueopal.min.css">
  
  
<meta charset=utf-8 />
<title>Directive example</title>
</head>
<body >
  <div ng-controller="MainCtrl">
  <clickable items="items"></clickable>
    <ul><li ng-repeat="item in items.slice(0,items.length)">{{ item.text }} ({{ item.value }})</li></ul></div>
  
  <div><ul id='tree'></ul></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
lhoeppnerpro
0viewers