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

@@ -75,7 +75,7 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
if (!PanelCtrl || PanelCtrl.registered) {
return componentInfo;
};
}
if (PanelCtrl.templatePromise) {
return PanelCtrl.templatePromise.then(res => {