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

This commit is contained in:
Eugenio Romano
2017-10-25 09:35:38 +01:00
committed by Maurizio Vitale
parent b2414781d4
commit ded3847762
169 changed files with 705 additions and 749 deletions

View File

@@ -69,7 +69,7 @@
"@types/hammerjs": "2.0.35",
"@types/jasmine": "2.5.35",
"@types/node": "6.0.45",
"adf-tslint-rules": "0.0.3",
"adf-tslint-rules": "0.0.4",
"angular2-template-loader": "0.6.2",
"autoprefixer": "6.5.4",
"codelyzer": "3.1.2",

View File

@@ -186,7 +186,6 @@ describe('SearchComponent', () => {
});
it('should display search results when a search term is provided', (done) => {
let searchService = TestBed.get(SearchService);
spyOn(searchService, 'getQueryNodesPromise').and.returnValue(Promise.resolve(result));
component.searchTerm = '';

View File

@@ -152,6 +152,7 @@
"templates-use-public": true,
"invoke-injectable": true,
"adf-file-name": true,
"adf-class-name": true
}
"adf-class-name": true,
"adf-prefix-name": true
}
}