We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7fcf8 commit 0d7a3a7Copy full SHA for 0d7a3a7
opal/static/js/opal/controllers/episode_list.js
@@ -61,7 +61,7 @@ angular.module('opal.controllers').controller(
61
return episodeVisibility(episode, $scope)
62
});
63
visibleEpisodes.sort(compareEpisodes);
64
- if(visibleEpisodes.length == 1){
+ if($scope.rows && visibleEpisodes.length == 1){
65
rix = getRowIxFromEpisodeId(visibleEpisodes[0].id);
66
$scope.select_episode(visibleEpisodes[0], rix);
67
}
0 commit comments