Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Commit f6bc441

Browse files
committed
Remove quotes.
1 parent b974150 commit f6bc441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

select-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function register(module) {
4343
if(!('parent' in options)) {
4444
var dialog = angular.element('dialog:not(:has(dialog))');
4545
if(dialog[0]) {
46-
options.parent = 'dialog';
46+
options.parent = dialog;
4747
}
4848
}
4949
return show.call($delegate, options);

0 commit comments

Comments
 (0)