projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ddc66d
)
Close dropdown on select
author
Mike Rylander
<mrylander@gmail.com>
Tue, 1 Sep 2015 17:52:41 +0000
(13:52 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Tue, 1 Sep 2015 17:52:41 +0000
(13:52 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/services/ui.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/default/staff/services/ui.js
b/Open-ILS/web/js/ui/default/staff/services/ui.js
index
3217996
..
4960317
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/services/ui.js
+++ b/
Open-ILS/web/js/ui/default/staff/services/ui.js
@@
-240,6
+240,7
@@
function($modal, $interpolate) {
$scope.changeValue = function (newVal) {
$scope.selected = newVal;
+ $scope.isopen = false;
}
}