Skip to content

Commit 415df14

Browse files
committed
Minor changes to components
1 parent 75c6fa9 commit 415df14

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/app/shared/ace-editor/ace-editor.component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @ngInject */
21
/* eslint-disable sort-imports */
32
import ace from 'brace';
43
import 'brace/mode/text';

client/app/shared/select-dropdown/select-dropdown.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const SelectDropdownComponent = {
55
bindings: {
66
model: "=",
77
options: '<',
8-
required: '<',
8+
required: '<?',
99
},
1010
templateUrl,
1111
};

0 commit comments

Comments
 (0)