-
Notifications
You must be signed in to change notification settings - Fork 41
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
Doesn't work in AngularStrap Modals #20
Comments
Would be nice if you could setup a simple JSFiddle for this. |
Example here: http://jsfiddle.net/kaphysbr/2/ |
Any idea? |
Sadly not, as I've never used |
So strange, but it works If i change function $scope.filterFiles:
But filter is working correctly. I tried to use console.log($scope.files) in function getFiles. Sometimes it returns my files and sometimes only []. |
It's a problem with $scope.$on for options. Modals uses template that start working when we press button. |
Doesn't work Drag and Drop in modal.
The text was updated successfully, but these errors were encountered: