Converted jQuery bits into raw JS components

This commit is contained in:
Dan Brown
2017-08-06 21:08:03 +01:00
parent 5e5928a8a6
commit 2a069880cd
23 changed files with 387 additions and 209 deletions

View File

@ -713,6 +713,7 @@ module.exports = function (ngApp, events) {
function hide() {
element.fadeOut(240);
}
scope.hide = hide;
// Listen to confirmation of entity selections (doubleclick)
events.listen('entity-select-confirm', entity => {