We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see https://github.com/archangel-irk/storage/blob/master/lib/document.js#L1091
var obj = { selected: {}, locale_days: { mon: 'Понедельник', tue: 'Вторник', wed: 'Среда', thu: 'Четверг', fri: 'Пятница', sat: 'Суббота', sun: 'Воскресенье' }, pages: [ { identity: 'general', title: 'О заведении', isActive: false }, { identity: 'photos', title: 'Фото и фотоотчеты', isActive: false }, { identity: 'reviews', title: 'Отзывы', isActive: false }, { identity: 'offers', title: 'Акции', isActive: false }, { identity: 'menu', title: 'Меню', isActive: false }, { identity: 'feeds', title: 'Бизнес-ланч', isActive: false }, { identity: 'banquet', title: 'Банкеты', isActive: false } ], activePage: 'general' }; ko.track(obj, { deep: true }); console.log(ko.getObservable(obj.pages[0], 'isActive')); // null
The text was updated successfully, but these errors were encountered:
Is this on the roadmap anywhere? as this is a major problem for one of my current projects :(
Sorry, something went wrong.
I will try to do it in the next couple of days, thanks.
brilliant, this is also linked to #51
@archangel-irk ~ was wondering whether there might be any new developments for this specific issue?
archangel-irk
No branches or pull requests
see https://github.com/archangel-irk/storage/blob/master/lib/document.js#L1091
The text was updated successfully, but these errors were encountered: