Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap events #407

Closed
justinmchase opened this issue Apr 13, 2016 · 1 comment
Closed

bootstrap events #407

justinmchase opened this issue Apr 13, 2016 · 1 comment

Comments

@justinmchase
Copy link

I would like to bind to bootstrap events in my angular template but I can't seem to figure it out.

For example I have a modal and would like to do this:

<div
  class="modal"
  (shown.bs.modal)="usernameText.focus()">
  <input #usernameText />
</div>

But it appears that angular isn't aware of the bootstrap events being fired. It would be pretty sweet if this was possible. Thoughts?

@valorkin
Copy link
Member

are you sure that event name is correct?
+1 to to list of reasons to migrate bootstrap to ng2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants