fixed problem with edit buttons
parent
11ff892c05
commit
d93434d704
|
@ -62,7 +62,7 @@ NavigationUrlsDirective = ($navurls, $auth, $q, $location) ->
|
||||||
values = _.map(params, (x) -> trim(x.split("=")[1]))
|
values = _.map(params, (x) -> trim(x.split("=")[1]))
|
||||||
promises = _.map(values, (x) -> bindOnceP($scope, x))
|
promises = _.map(values, (x) -> bindOnceP($scope, x))
|
||||||
|
|
||||||
return $q.all.apply($q, promises).then ->
|
return $q.all(promises).then ->
|
||||||
options = {}
|
options = {}
|
||||||
for item in params
|
for item in params
|
||||||
[key, value] = _.map(item.split("="), trim)
|
[key, value] = _.map(item.split("="), trim)
|
||||||
|
|
Loading…
Reference in New Issue