Re : can.route.map - working with arrays
I've tried that (updated jsFiddle) but it didn't help. Can you please check if I've done it the way you suggested?
View ArticleRe : can.route.map - working with arrays
Yepp, that's the way. Maybe this should help: http://canjs.com/docs/can.Map.prototype.define.remove.html
View ArticleRe : grunt-steal-node
Is grunt-steal-node supposed to be working right now? I would really like to use it, but I'm currently getting the following error.Building ./build/releases/production.jssteal.compress - Using...
View ArticleRe : can.route.map - working with arrays
Thank you Zoltan for your suggestions, but I still could not manage to get this think working. can.Map.prototype.define.Remove does not help in my example. Full working example would be great.
View ArticleRe : can.route.map - working with arrays
http://jsfiddle.net/moschel/dQzA6/5/I made your example work the way you expected it to. You had several things wrong that needed to be corrected to at least make the fiddle run correctly. You were...
View ArticleRe : can.route.map - working with arrays
Thank you for great explanation and a working example. Finally it works and I understand it. Problem was that I did not required 'can/map/define' plugin in my code. We have quite a large project but I...
View ArticleRe : can.route.map - working with arrays
We'll add a warning so people realize that more quickly in the future. It was failing silently for you:https://github.com/bitovi/canjs/pull/1041
View ArticleRe : grunt-steal-node
I was able to get the node version of steal to work, but I started from scratch and ported over my code piece by piece. For the most part everything worked as expected. I had to fix some things where...
View ArticleNew Steal: Any way to top-load css, yet?
Is there any currently-working way to force top-loading of css? I'm assuming this would help with the flash of unstyled content.
View ArticleRe : grunt-steal-node
The node version of Steal is almost ready for prime-time. You can watch its progress here: https://github.com/bitovi/stealsteal-tools is the build tools that compliment steal, you can see them here:...
View ArticleRe : Ignore attribute (of Observe type) while serialization
I too often find myself in the case where I want virtual fields on a can.Model that are useful on the client side, but I do not want to send back to the server. Looking for a proper/clean way to do...
View ArticleRe : Ignore attribute (of Observe type) while serialization
With the define plugin you can do :define : { property: { serialize: false }}Look forserialize {serialize(value, attr) | Boolean}At the bottom...
View ArticleRe : New Steal: Any way to top-load css, yet?
Can you create an issue. I realized it would not be easy to do right now.
View ArticleRe : Model inheritance and parseModel functionality
I think this is a bug. Can you create an issue. A temporary work around is to define the CRUD methods again in ConcreteQuestion. Maybe something like:var CRUD = { create: function(...)...
View ArticleRe : Issue with models that have attributes with "." in their name.
With an empty object it errors?Can you create an issue?You can normally include a \\. to make it able to set properties with a DOT.
View ArticleRe : Recursive call of Component doesn't work
Thanks! Can you create an issue. I think Alexis might have already fixed this though.
View ArticleRe : Live Binding in IE8: low performance and ability to disable live binding...
I have fixed this here:https://github.com/bitovi/canjs/pull/1048It will be part of the next release and should dramatically improve IE performance.
View ArticleRe : steal build error => java.lang.OutOfMemoryError: Java heap space
Would you be interested in getting setup on the new steal next week? I can walk you through it.
View ArticleRe : Nested IFrames
I think there's a way to arbitrarily set the FuncUnit window. Alexis?
View Article