fix search lightbox
parent
3acc1b8ba9
commit
14b8e5c264
|
@ -116,12 +116,14 @@ SearchBoxDirective = (projectService, $lightboxService, $navurls, $location, $ro
|
|||
|
||||
url = $navurls.resolve("project-search", {project: project.get("slug")})
|
||||
|
||||
$lightboxService.close($el)
|
||||
$scope.$apply ->
|
||||
$lightboxService.close($el)
|
||||
|
||||
$location.path(url)
|
||||
$location.search("text", text).path(url)
|
||||
$route.reload()
|
||||
|
||||
|
||||
openLightbox = () ->
|
||||
project = projectService.project
|
||||
|
||||
|
|
Loading…
Reference in New Issue