Skip to content

Commit 4c9ba5d

Browse files
committed
Revert "ng-if修改为ng-show,修复在任务搜索页面选择后,无法追踪到父样式的问题"
This reverts commit 354683c.
1 parent 354683c commit 4c9ba5d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.19.9 - 2017-04-10T03:16:53.812Z
4+
* Version: 0.19.7 - 2017-03-24T06:29:17.778Z
55
* License: MIT
66
*/
77

dist/select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.19.9 - 2017-04-10T03:16:53.724Z
4+
* Version: 0.19.7 - 2017-03-24T06:29:17.629Z
55
* License: MIT
66
*/
77

@@ -217,7 +217,7 @@ uis.directive('uiSelectChoices',
217217
}
218218

219219
choices.attr('ng-repeat', parserResult.repeatExpression(groupByExp))
220-
.attr('ng-show', '$select.open'); //Prevent unnecessary watches when dropdown is closed
220+
.attr('ng-if', '$select.open'); //Prevent unnecessary watches when dropdown is closed
221221

222222

223223
var rowsInner = tElement.querySelectorAll('.ui-select-choices-row-inner');

dist/select.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)