Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.js"></script>
  </head>
  <body ng-app="myApp" ng-controller="myCtrl">
    
    
    <div ng-repeat="x in selected.Animals.animal">
      
      <button ng-hide="$first" ng-click="removeChoice($index)">remove</button>
      
    <input type="text" ng-model="x"/>
      <button ng-show="$last" ng-click="addNewChoice(x)">addnew</button>
    </div>
     
    <pre>{{selected | json}}</pre>
    
  </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