mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed template search, ng-controller was too deep
This commit is contained in:
parent
ca402a3061
commit
50ee889569
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ define [
|
|||
|
||||
updateHits = (hits)->
|
||||
$scope.safeApply ->
|
||||
console.log hits
|
||||
$scope.hits = hits
|
||||
|
||||
$scope.search = ->
|
||||
|
|
Loading…
Reference in a new issue