Sliders in modals don't disappear any more after loading the modal (fix #218) (#236)

Fixes #218.

Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
pull/251/head
Eiko Wagenknecht 2020-04-23 13:25:59 +02:00 committed by GitHub
parent 07ebabe748
commit 365f8db17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@
}).rendered.then(function () {
$timeout(function () {
$rootScope.$broadcast('openhab-update');
OHService.reloadItems();
});
});
}