fix manual loader call

stable
Juanfran 2014-11-06 11:55:43 +01:00 committed by David Barragán Merino
parent 699deb4450
commit ac1305952f
1 changed files with 0 additions and 2 deletions

View File

@ -97,8 +97,6 @@ Loader = () ->
startCurrentPageLoader: () ->
if config.enabled
start()
else
pageLoaded(true)
onStart: (fn) ->
$rootscope.$on("loader:start", fn)