|
355db039c9
|
Fixed two propertyChange event notifications.
|
2015-10-21 13:19:48 +03:00 |
|
|
d868642208
|
Fixed Issue #929.
|
2015-10-13 15:13:38 +03:00 |
|
|
b2966f1fbd
|
Refer to current _map, not most recent _map
|
2015-10-13 11:14:52 +03:00 |
|
|
0b6ca23e25
|
BindingContext will be set before adding items to visual tree (ListView, Repeater).
|
2015-09-30 11:18:46 +03:00 |
|
|
c6c291c3ce
|
Merge pull request #762 from NativeScript/add-and-removeEventListener-fixes
Add and remove event listener fixes
|
2015-09-18 13:54:25 +03:00 |
|
|
9fbcf5f143
|
Fix typescript 1.6 compile errors.
- Remove unknown properties in object literals.
- Don't use module-level `delete` statements.
|
2015-09-18 11:20:17 +03:00 |
|
|
b70f6edff2
|
throw error if event names is not string
|
2015-09-17 15:39:40 +03:00 |
|
|
a57d52a304
|
Added support for binding to multiple observable objects (properties).
|
2015-08-25 16:18:07 +03:00 |
|
|
f41d7b83a1
|
Resolved #322: Creating an Observable by passing a JSON object in the constructor does not define the respective properties on the Observable object instance.
|
2015-06-15 13:17:58 +03:00 |
|
|
e2780ec343
|
missing setter for observable array added
|
2015-05-11 11:12:15 +03:00 |
|
|
95ca8d9c8c
|
Replace knownEvents modules with static strings.
|
2015-04-24 09:29:00 +03:00 |
|
|
7d15ae8249
|
Implemented Observable constructor that accepts JSON objects.
|
2015-03-24 12:26:17 +02:00 |
|
|
4152e66195
|
Observable array now fires property change for length property.
|
2015-03-05 14:55:16 +02:00 |
|
|
cc829e0152
|
definitions fixed
|
2015-03-03 10:34:40 +02:00 |
|