fixed problem with edit buttons

stable
Jesús Espino 2014-08-11 18:59:07 +02:00
parent 11ff892c05
commit d93434d704
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ NavigationUrlsDirective = ($navurls, $auth, $q, $location) ->
values = _.map(params, (x) -> trim(x.split("=")[1]))
promises = _.map(values, (x) -> bindOnceP($scope, x))
return $q.all.apply($q, promises).then ->
return $q.all(promises).then ->
options = {}
for item in params
[key, value] = _.map(item.split("="), trim)