-
Notifications
You must be signed in to change notification settings - Fork 63
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
"Undefined is not an object" on page transitions #153
Comments
PS. In your latest code base, the error hits on line 622:
|
Further testing shows the same on line 647. By added a test to both lines to see whether the object exists, the error goes away but I havent yet discovered whether this impacts the functionality of the slider. Further testing commences.
|
To complete my test case, this is my directive code, where
My formatting function:
Hope you can help me out... Thanks! |
Woo, first of all thanks a lot for sharing and all details given above. I am not sure I can take a look at the moment because I have not managed it for a while, but as soon as I got time, I will give a try. |
Good morning,
First of all: Loving your slider!
I keep running into this one issue in my Angular app when moving to or from a page that holds a slider:
Error: undefined is not an object (evaluating 'e.settings.value.split')
I'm making some effort in debugging it and trying to figure out a workaround, but was wondering if you have seen this before? Perhaps I am just doing something wrong?
Thanks!
The text was updated successfully, but these errors were encountered: