Skip to content

Commit 06b15a4

Browse files
committed
fix: displayProperty
1 parent 9368536 commit 06b15a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto-complete.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
template: require('./auto-complete.template.html'),
3232
controller: AutoComplete,
3333
bindings: {
34-
displayProperty: '@',
34+
displayProperty: '<',
3535
source: '<',
3636
matchClass: '<',
3737
visible: '=',

0 commit comments

Comments
 (0)