Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<ul class="dropdown-menu" dropdown-menu role="menu" aria-labelledby="addTeam">
  <li role="menuitem" style="padding-left: 6px;" ng-repeat="team in teams">
    <div class="form-group">
      <div class="radio">
        <label>
          <input type="radio" name="teamName"value="{{team.id}}"ng-model="employee.team"ng-change="updateTeam(employee.profile_uid,team.id)">{{team.name}}
        </label>
      </div>
    </div>
  </li>
</ul>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers