Skip to content

Commit

Permalink
Merge pull request #32 from Radiobeat33/master
Browse files Browse the repository at this point in the history
fixed minor bugs
  • Loading branch information
wesleysmyth committed Feb 7, 2015
2 parents d548d5d + 0ba9268 commit 9de39c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ angular.module('translateModule', [])
$scope.user = {
firstname: data.firstname || data.username,
lastname: data.lastname,
nativeLang: data.native,
nativeLangRating:data.nativeRating,
desiredLang: data.desireLang,
photoUrl: 'https://socializeapplications.com/kraft/youtube-channel/assets/images/blank_user.png'
}
$scope.updateDesiredLang(data.desireLang);
Expand Down

0 comments on commit 9de39c7

Please sign in to comment.