Commit b11a7fe11f6646039f86a2fc248690b39c96ad95
1 parent
23f9fc91
Exists in
master
and in
2 other branches
Redirect user to proposal after login
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
ConfJuvApp/www/js/controllers.js
| ... | ... | @@ -120,6 +120,7 @@ angular.module('confjuvapp.controllers', []) |
| 120 | 120 | $scope.token = resp.data.private_token; |
| 121 | 121 | ConfJuvAppUtils.setPrivateToken($scope.token); |
| 122 | 122 | $scope.loadTopics(resp.data.private_token); |
| 123 | + $scope.parseURLParams(); | |
| 123 | 124 | }); |
| 124 | 125 | }, function(err) { |
| 125 | 126 | $scope.closeModal(); | ... | ... |