clean branch from develop to add audio

This commit is contained in:
Adrien Lemaire
2014-08-08 23:03:52 +09:00
parent b19649ce37
commit 3d2d8fbfef
27 changed files with 58 additions and 6 deletions
+5
View File
@@ -142,5 +142,10 @@ habitrpg.controller('SettingsCtrl',
window.location.href = '/api/v2/coupons?limit='+codes.count+'&_id='+User.user._id+'&apiToken='+User.user.apiToken;
})
}
// Audio list of themes
$scope.soundThemes = {
'danielTheBard': 'Daniel the Bard'
};
}
]);