Added All Value support for custom type templating

This commit is contained in:
utkarshcmu
2015-10-30 22:34:40 -07:00
parent 0a0a0776e4
commit c5435596ad
2 changed files with 22 additions and 0 deletions
@@ -115,6 +115,11 @@ function (angular, _, kbn) {
if (variable.type === 'interval') {
self.updateAutoInterval(variable);
}
if (variable.type === 'custom' && variable.includeAll) {
self.addAllOption(variable);
}
};
this.updateOptions = function(variable) {