clean all the events that start wit on prefix (#2536)

This commit is contained in:
Eugenio Romano
2017-10-25 10:35:38 +02:00
committed by Maurizio Vitale
parent b2414781d4
commit ded3847762
169 changed files with 705 additions and 749 deletions
+4 -4
View File
@@ -53,8 +53,8 @@ Authenticates to Alfresco Content Services and Alfresco Process Services.
| Name | Description |
| --- | --- |
| onSuccess | Raised when the login is done |
| onError | Raised when the login fails |
| success | Raised when the login is done |
| error | Raised when the login fails |
| executeSubmit | Raised when the form is submitted |
## Details
@@ -66,8 +66,8 @@ Authenticates to Alfresco Content Services and Alfresco Process Services.
```html
<adf-login
providers="ALL"
(onSuccess)="mySuccessMethod($event)"
(onError)="myErrorMethod($event)">
(success)="mySuccessMethod($event)"
(error)="myErrorMethod($event)">
</adf-login>
```