postgres: add missing ngInject decorator

pull/9497/head
Daniel Lee 8 years ago
parent 05fbed4a36
commit 7713009caa
  1. 2
      public/app/plugins/datasource/postgres/module.ts

@ -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';
}

Loading…
Cancel
Save