-
Notifications
You must be signed in to change notification settings - Fork 73
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
month detail view customization. ng-click event not working #159
Comments
@raheelshan Yes, it will try to look for method bind to the current scope, which is the internal scope in the calendar. So it can't call a method defined in your scope. As a workaround, you could add some method to your event object. |
i tried adding methods but it still fails. |
@raheelshan Could you show me how do you add the method, and what's the error message? |
For testing i added these into directive scope to see if it works
Then in
And added these two methods in controller
It doesn't seem to work as it works for event-selected. |
@raheelshan Do you mean you were trying to modify the source code but it didn't work? |
Hi, i am customizing view like this
Next i am customizing view by adding edit and delete controls when user views the details of event.
Neither DeleteEvent nor alert is working. What can i do now?
The text was updated successfully, but these errors were encountered: