Commit 5f67d426 by Patrick O'Carroll

added @ngInject

parent c7cd754a
...@@ -17,6 +17,7 @@ export class ValueSelectDropdownCtrl { ...@@ -17,6 +17,7 @@ export class ValueSelectDropdownCtrl {
hide: any; hide: any;
onUpdated: any; onUpdated: any;
/** @ngInject */
constructor(private $q) {} constructor(private $q) {}
show() { show() {
...@@ -236,6 +237,7 @@ export class ValueSelectDropdownCtrl { ...@@ -236,6 +237,7 @@ export class ValueSelectDropdownCtrl {
} }
} }
/** @ngInject */
export function valueSelectDropdown($compile, $window, $timeout, $rootScope) { export function valueSelectDropdown($compile, $window, $timeout, $rootScope) {
return { return {
scope: { variable: '=', onUpdated: '&' }, scope: { variable: '=', onUpdated: '&' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment