mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
- Adding notifications.
This commit is contained in:
parent
eaaf6a36bd
commit
a9a645da23
8 changed files with 30 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue