Merge branch 'master' into develop

This commit is contained in:
Torkel Ödegaard
2017-06-23 12:56:59 -04:00
8 changed files with 18 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ export class FormDropdownCtrl {
optionCache: any;
lookupText: boolean;
/** @ngInject **/
constructor(private $scope, $element, private $sce, private templateSrv, private $q) {
this.inputElement = $element.find('input').first();
this.linkElement = $element.find('a').first();