-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot "apply" #11
Comments
Hi Dan. The example app in the repo also uses a timeout and last time I checked it worked. Will test your code soon. |
Thank you :) |
I think I found the issue: Removing the commonjs module from tiapp.xml and putting the nano file in /app/lib made the error go away. Maybe an issue with the module build? or the way Ti treats it? |
Hmmm... The compiled files are identical. I wonder what Ti does to mangle it. |
+1 The same thing , only works through Lib. |
Hi David,
I'm trying to use your lib but it seems I'm not managing to :(
I get a runtime error.
The alloy.js
the xml:
The controller:
the KBoom:
Any idea what I'm doing wrong?
The above code tries to simulate an xhr call.
If I put the whole nano part and one apply only in the callback it works, bit as soon as I change the model and call again for apply, it crashes.
Thank you :)
The text was updated successfully, but these errors were encountered: