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

Handler is not an function #110

Open
haydar100 opened this issue Oct 19, 2017 · 1 comment
Open

Handler is not an function #110

haydar100 opened this issue Oct 19, 2017 · 1 comment

Comments

@haydar100
Copy link

When using onloadstart or any other event it results in a handler is not a function error. It does trigger the function attached on the event.

screen shot 2017-10-19 at 11 54 02

Chrome, latest
MacOS Sierra
Angular 1.2.*
Bootstrap 3.*

@mehdis34
Copy link

Do not use parentheses :)

Incorrect :
<input type="file" ng-model="myFile" base-sixty-four-input onloadstart="uploadStart()" />

Correct :
<input type="file" ng-model="myFile" base-sixty-four-input onloadstart="uploadStart" />

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