MariusCorneschi
Results
1
comments of
MariusCorneschi
I've come with a workaround to this problem. ``` app.directive('uiSelectOnClose', function() { return { require: '^uiSelect', restrict: 'A', link: function(scope, element, attrs, $select) { if (!attrs.uiSelectOnClose){ return; } //get the...