Commit 5f67d426 by Patrick O'Carroll

added @ngInject

parent c7cd754a
......@@ -17,6 +17,7 @@ export class ValueSelectDropdownCtrl {
hide: any;
onUpdated: any;
/** @ngInject */
constructor(private $q) {}
show() {
......@@ -236,6 +237,7 @@ export class ValueSelectDropdownCtrl {
}
}
/** @ngInject */
export function valueSelectDropdown($compile, $window, $timeout, $rootScope) {
return {
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