Fixed issue when bindingContext is bound more than once.

This commit is contained in:
Nedyalko Nikolov
2015-04-30 13:48:52 +03:00
parent 315959a590
commit 2e4b2eacf2
10 changed files with 136 additions and 46 deletions

1
ui/core/view.d.ts vendored
View File

@@ -386,6 +386,7 @@ declare module "ui/core/view" {
// TODO: Implement logic for stripping these lines out
//@private
_isInheritedChange(): boolean;
_domId: number;
_cssClasses: Array<string>;