Skip to content

Commit

Permalink
Merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Swires committed Mar 27, 2019
1 parent 5ab3ed6 commit 12775eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/shared/concept-edit/axiomTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
<div class="pull-left is_a is_a_bg"
drag-enter-class="sca-drag-target"
drag-hover-class="sca-drag-hover"
drop-channel="completeConcept"`
ui-on-drop="dropAxiomRelationshipType(relationship, $data, axiom.type)"``
drop-validate="!isLockedModule(axiom.moduleId) && !isStatic">`
drop-channel="completeConcept"
ui-on-drop="dropAxiomRelationshipType(relationship, $data, axiom.type)"
drop-validate="!isLockedModule(axiom.moduleId) && !isStatic">

<textarea id="axiom-relationship-type-id-{{concept.conceptId}}-{{relationship.groupId}}-{{$index}}"
custom-autofocus="true" autofocus ng-keyup="enterListener({event: $event})" type="text" ng-model="relationship.type.fsn"
Expand Down

0 comments on commit 12775eb

Please sign in to comment.