export function whenGoto($location) {
  var search = $location.search();
  if (search.goto) {
    var target = search.goto;