postgres: add missing ngInject decorator

This commit is contained in:
Daniel Lee 2017-10-11 09:15:55 +02:00
parent 05fbed4a36
commit 7713009caa

View File

@ -7,6 +7,8 @@ class PostgresConfigCtrl {
static templateUrl = 'partials/config.html';
current: any;
/** @ngInject **/
constructor($scope) {
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
}