Fix setting text property to number. (#3449)

Fix setting JS property from native.
This commit is contained in:
Hristo Hristov
2017-01-09 18:13:31 +02:00
committed by GitHub
parent e3acdcbc78
commit 309ea148e1
23 changed files with 156 additions and 153 deletions

View File

@@ -275,4 +275,4 @@ export function fromObjectRecursive(source: any): Observable {
let observable = new Observable();
addPropertiesFromObject(observable, source, true);
return observable;
}
}