Skip to content

Commit

Permalink
fix(projects-edit): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jun 22, 2013
1 parent 40785cb commit fe40d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/admin/projects/projects-edit.tpl.html
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@
<label>Product Owner</label>
<select class="span12" ng-model="project.productOwner"
ng-options="user.$id() as user.getFullName() for user in productOwnerCandidates()" required>
<option value="">-- chose --</option>
<option value="">-- choose --</option>
</select>
<label>Scrum Master</label>
<select class="span12" ng-model="project.scrumMaster"
ng-options="user.$id() as user.getFullName() for user in scrumMasterCandidates()" required>
<option value="">-- chose --</option>
<option value="">-- choose --</option>
</select>
<label>Development Team</label>
<table class="table table-bordered table-condensed table-striped table-hover">

0 comments on commit fe40d33

Please sign in to comment.