Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="myApp">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
Does this work in IE9?
<div ng-controller="MyCtrl">
    <my-directive ng-model='val1' ng-init='val1 = ""'>
        <option value=''>-- Select --</option>
        <option value='clicker'>Click Here</option>
    </my-directive>
    {{val1}}
    {{name}}
</div>
<script src="https://code.angularjs.org/1.6.9/angular.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
mzgolpro
0viewers