Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #65 from logancodes/EPIC-928
Browse files Browse the repository at this point in the history
EPIC-928- Fixed bottom save button in Edit VC page
  • Loading branch information
marklise authored Apr 5, 2017
2 parents e8c9dea + d7d5cf2 commit daf2a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vcs/client/views/vc-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h1><span ng-show="project.name">Edit Valued Component &nbsp;&rsaquo;&nbsp; {{vc
ng-if="canDelete"
ng-click="delete()"><span class="glyphicon glyphicon-remove"></span><span>Delete</span></button>
<button class="btn btn-primary btn-sm"
ng-click="save()">Save</button>
ng-click="save(vcAddForm.$valid)">Save</button>
<button class="btn btn-default btn-sm"
ng-if="canUnpublish"
ng-click="unpublish()"><span class="glyphicon glyphicon-minus-sign"></span><span>Unpublish</span></button>
Expand Down

0 comments on commit daf2a09

Please sign in to comment.