Merge pull request #2899 from yefimov-andrey/alarm-widget-fix
fixing the activation of on-row event on details click
This commit is contained in:
commit
8d3cdde16a
@ -404,6 +404,9 @@ function AlarmsTableWidgetController($element, $scope, $filter, $mdMedia, $mdDia
|
||||
}
|
||||
|
||||
function openAlarmDetails($event, alarm) {
|
||||
if ($event) {
|
||||
$event.stopPropagation();
|
||||
}
|
||||
if (alarm && alarm.id) {
|
||||
var onShowingCallback = {
|
||||
onShowing: function(){}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user