Fixed show more bug
This commit is contained in:
parent
15f3882637
commit
3a12336eb7
@ -271,7 +271,7 @@ angular.module('myApp.directives', ['myApp.filters'])
|
||||
|
||||
$timeout(function () {
|
||||
$(scrollableWrap).trigger('scroll');
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@ -279,6 +279,10 @@ angular.module('myApp.directives', ['myApp.filters'])
|
||||
onContentLoaded(function () {
|
||||
updateSizes();
|
||||
scope.$broadcast('ui_message_send');
|
||||
|
||||
$timeout(function () {
|
||||
$(scrollableWrap).trigger('scroll');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user