Add alt text for file and folder icons in documentlist

Refs #378
This commit is contained in:
Will Abson
2016-07-12 14:39:43 +01:00
parent 53e1aa02c9
commit 9e8f644431
11 changed files with 49 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ describe('DocumentList', () => {
beforeEach(() => {
documentListService = new DocumentListServiceMock();
let zone = new NgZone(false);
documentList = new DocumentList(documentListService, zone);
documentList = new DocumentList(documentListService, zone, null);
eventMock = {
preventDefault: function () {