tech: more tslint rules

This commit is contained in:
Torkel Ödegaard
2017-09-21 17:23:31 +02:00
parent b8d9722b4f
commit 491fa6cad8
16 changed files with 24 additions and 904 deletions

View File

@@ -76,7 +76,7 @@ export class SideMenuCtrl {
});
}
loadOrgsItems(){
loadOrgsItems() {
this.orgItems = [];
this.orgs.forEach(org => {
if (org.orgId === this.contextSrv.user.orgId) {