Fix error in the pagination of memberships

stable
David Barragán Merino 2014-07-25 14:24:23 +02:00
parent c797352472
commit 1dc692c1e0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class MembershipsController extends mixOf(taiga.Controller, taiga.PageMixin, tai
"$tgResources", "$tgResources",
"$routeParams", "$routeParams",
"$q", "$q",
"$location" "$tgLocation"
] ]
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) -> constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) ->