1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

- Adding notifications.

This commit is contained in:
Gunther Brunner 2014-03-14 15:44:27 +09:00
parent eaaf6a36bd
commit a9a645da23
8 changed files with 30 additions and 15 deletions

View file

@ -2,7 +2,6 @@ module.exports = function ($scope, LanguageService, SettingsService) {
// SettingsService.sync($scope, 'Language', {
// language: LanguageService.detectedLanguage
// })
// SettingsService.bind($scope, {
// key: 'language',
// defaultValue: LanguageService.selectedLanguage
@ -10,7 +9,6 @@ module.exports = function ($scope, LanguageService, SettingsService) {
LanguageService.getSelectedLanguage().then(function (data) {
$scope.language = data
console.log('real', data)
})
$scope.$watch('language', function (newValue, oldValue) {