Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Sep 5, 2017
1 parent 98f3d4b commit 28f2120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/templates/app/components/files/files.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h5>Upload</h5>
<adf-upload-button
#uploadButton
tooltip="Custom tooltip"
[disable]="!enableUpload"
[disabled]="!enableUpload"
data-automation-id="multiple-file-upload"
[rootFolderId]="documentList.currentFolderId"
[multipleFiles]="multipleFileUpload"
Expand All @@ -283,10 +283,10 @@ <h5>Upload</h5>
</adf-upload-button>
</div>
<div *ngIf="acceptedFilesTypeShow">
<alfresco-upload-button
<adf-upload-button
#uploadButton
tooltip="Custom tooltip"
[disable]="!enableUpload"
[disabled]="!enableUpload"
data-automation-id="multiple-file-upload"
[rootFolderId]="documentList.currentFolderId"
[acceptedFilesType]="acceptedFilesType"
Expand All @@ -296,7 +296,7 @@ <h5>Upload</h5>
[adf-node-permission]="'create'"
[adf-nodes]="getCurrentDocumentListNode()"
(permissionEvent)="handlePermissionError($event)">
</alfresco-upload-button>
</adf-upload-button>
</div>
<section>
<md-checkbox [(ngModel)]="enableUpload">Enable upload (demoing enabled/disabled state)</md-checkbox>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ng2-alfresco-app",
"version": "1.8.0",
"version": "1.8.1",
"description": "Yeoman generator generating ADF angular Alfresco App",
"homepage": "https://github.com/Alfresco/generator-ng2-alfresco-app",
"author": "Alfresco Software, Ltd.",
Expand Down

0 comments on commit 28f2120

Please sign in to comment.