Skip to content

Commit

Permalink
fix(autocomplete): added focus attribute data bindings, resolves #17
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-lieben committed Oct 24, 2016
1 parent 15f9fcd commit 51bb902
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/server/aurelia-languageservice/parser/aureliaTags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const globalEvents = [

// Focus Events
new HTMLAttributeSpecification('blur', actionRedirectOptionsNonBubbling),
new HTMLAttributeSpecification('focus', actionRedirectOptionsNonBubbling),
new HTMLAttributeSpecification('focus', ['call', 'trigger', 'bind', 'one-way', 'two-way', 'one-time']),

// CSS Animation Events
new HTMLAttributeSpecification('animationstart', actionRedirectOptions),
Expand Down

0 comments on commit 51bb902

Please sign in to comment.