Skip to content

Commit

Permalink
Update board-new.html
Browse files Browse the repository at this point in the history
  • Loading branch information
helanan authored Dec 3, 2016
1 parent 9ea3bf8 commit 2e7bce9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions partials/board-new.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<h3>My Boards</h3>
<h3>New Board</h3>
<form>
<div class="form-group">
<label>Board Title</label>
<input type="text" class="form-control" placeholder="New Pin" ng-model="newPin.pin">
</div>
<div class="form-group">
<label>Pins</label>
<input type="text" class="form-control" placeholder="New Pin" ng-model="newPin.pin">
</div>

<div class="form-group">
<label>My Boards</label>
<input type="text" class="form-control" placeholder="My Pins" ng-model="newPin.assignedTo">
</div>
<div class="form-group">
<label>Assigned To</label>
<input type="text" class="form-control" placeholder="My Pins" ng-model="newPin.assignedTo">
</div>

<button type="button" class="btn btn-primary btn-lg col-xs-2" ng-click="addNewBoard()">New Board</button>
</form>
<button type="button" class="btn btn-primary btn-lg col-xs-2" ng-click="addNewBoard()">New Board</button>
</form>

0 comments on commit 2e7bce9

Please sign in to comment.