5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
module.exports = function ($scope, $location) {
|
|
$scope.selected = $location.hash()
|
|
if ($scope.selected === '')
|
|
$scope.selected = 'xmltv'
|
|
} |