Skip to content

Commit

Permalink
fix(patients): search modal typo
Browse files Browse the repository at this point in the history
This commit fixes a blatant typo in the search modal.
  • Loading branch information
jniles committed May 10, 2017
1 parent 1a8d00f commit 2bcb301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/modules/patients/registry/search.modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@
</option>
</select>
</div>
JJJ

<bh-user-select
user-id="ModalCtrl.params.user_id"
name="user_id"
on-select-callback="ModalCtrl.onSelectUser(user)">
<bh-clear on-clear="ModalCtrl.clear('user_id')"></bh-clear>
</bh-user-select>
</bh-user-select>

</fieldset>

Expand Down

0 comments on commit 2bcb301

Please sign in to comment.