typescript: updated tslint and fixed new warnings

This commit is contained in:
Torkel Ödegaard
2017-04-20 11:16:37 +02:00
parent 98266bd95a
commit f1276774a0
34 changed files with 107 additions and 308 deletions

View File

@@ -44,7 +44,7 @@ export class SignUpCtrl {
window.location.href = config.appSubUrl + '/';
}
});
};
}
}
coreModule.controller('SignUpCtrl', SignUpCtrl);