angular-property-binder
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "angular-property-binder", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Bind property and keep safe the reference", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,3 +60,3 @@ angular-property-binder | ||
#### Params: | ||
- **scope**: Object or Array. The source object containing the property to bind. | ||
- **scope**: Object. The source object containing the property to bind. | ||
- **path**: String or Array. The path to the targeted source.(optional) | ||
@@ -76,3 +76,3 @@ Useful when you wan't to create a reference on a nested property | ||
#### Params: | ||
- **scope**: Object or Array. The targeted object. | ||
- **scope**: Object. The targeted object. | ||
@@ -132,3 +132,3 @@ #### Returns: | ||
> Useal the binding. | ||
> Unseals the binding. | ||
> The next assignations will now work. | ||
@@ -135,0 +135,0 @@ |
27165