Skip to content

Commit

Permalink
fixed rpm directive usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 9, 2018
1 parent 475a058 commit d048150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 94 deletions.
4 changes: 2 additions & 2 deletions app/views/modals/addRemoteProjectManagerModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ <h4 class="modal-title">Create Remote Project Manager</h4>
results="remoteProjectManagerForms.getResults()">
</validatedselect>

<remoteProjectManager-form ng-if="remoteProjectManagerToCreate.type" management-settings="typeSettings(remoteProjectManagerToCreate.type)" model="remoteProjectManagerToCreate">
</remoteProjectManager-form>
<remote-project-manager-form ng-if="remoteProjectManagerToCreate.type" management-settings="typeSettings(remoteProjectManagerToCreate.type)" model="remoteProjectManagerToCreate">
</remote-project-manager-form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" ng-click="resetCreateRemoteProjectManager()">Cancel</button>
Expand Down
4 changes: 2 additions & 2 deletions app/views/modals/editRemoteProjectManagerModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ <h4 class="modal-title">Edit Remote Project Manager</h4>
results="remoteProjectManagerForms.getResults()">
</validatedselect>

<remoteProjectManager-form ng-if="remoteProjectManagerToEdit.type" management-settings="typeSettings(remoteProjectManagerToEdit.type)" model="remoteProjectManagerToEdit">
</remoteProjectManager-form>
<remote-project-manager-form ng-if="remoteProjectManagerToEdit.type" management-settings="typeSettings(remoteProjectManagerToEdit.type)" model="remoteProjectManagerToEdit">
</remote-project-manager-form>
</div>

<div class="modal-footer">
Expand Down
90 changes: 0 additions & 90 deletions tests/mocks/repo/mockVersionManagementSoftwareRepo.js

This file was deleted.

0 comments on commit d048150

Please sign in to comment.