Skip to content

Commit

Permalink
fixed minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiobeat33 committed Feb 7, 2015
1 parent d548d5d commit 0ba9268
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 0ba9268

Please sign in to comment.