Re : can.compute(initialValue, setter) doesn't work in can.Component
btw, this might be a problem with cloning those computes
View ArticleRe : can.compute(initialValue, setter) doesn't work in can.Component
yup. There's a bug there. Will be fixed shortly.
View ArticleRe : can.compute(initialValue, setter) doesn't work in can.Component
It's just a simple example. In my case ther is some more buisiness logic.
View ArticleRe : can.compute(initialValue, setter) doesn't work in can.Component
I think it is some kind of incorrect re-initialization while can.view.mustache()You can actually fix it shortly?
View ArticleRe : can.compute(initialValue, setter) doesn't work in can.Component
it's a bug with cloning computes. Make sure you understand that the scope object is actually defining a can.Map prototype object. There's typically better strategies than putting computes on it.
View ArticleCanJS plugin for automatic css class generation?
I seem to recall there once was a plugin out there that automatically added a css class generated from the control name. I use this feature a lot for composing my css rules but I'm currently adding...
View ArticleRe : How to make working JqueryMX ?
If you are using 3.3, you shouldn't be using $.Controller.
View ArticleRe : can.compute(initialValue, setter) doesn't work in can.Component
You have fixed it in 2.0.2?Thanks a lot
View ArticleRe : How to make working JqueryMX ?
can.Control. Where are you reading controller from?Sent from my iPhoneOn Nov 17, 2013, at 11:48 PM, JavaScriptMVC Forum <noreply@zohodiscussions.com> wrote:
View ArticleRe : CanJS plugin for automatic css class generation?
Yes, jQueryMX used to generate a class name from the Controls class name automatically. The reason why this isn't happening anymore is that we recommend using a modular dependency manager where...
View Articlecan.Model update: attributes in response
Hello,I would like to clarify the following part of the documentation:Update must return a Deferred that resolves to an object that contains any properties that should be set on the instance.I have a...
View ArticleRe : can.Model update: attributes in response
can you create a small test and pull request and submit it to github?
View ArticleRe : How to make working JqueryMX ?
thanks it is not working here (has no method Controller) => error- I am reading the controller from the script abovesteal('jquerypp/controller',function(){can.Controller("first_div", /* @static...
View ArticleRe : How to make working JqueryMX ?
I mean where are you reading about $.Controller and trying to use that. It's not how things are done. Sent from my iPhoneOn Nov 18, 2013, at 8:23 PM, JavaScriptMVC Forum...
View ArticleRe : How to make working JqueryMX ?
on the tutorial they say $.Controller and and it did not work, you told me to add can.Controller and it is still not working, I am confused, how to make working my app ? I followed all the instructions.
View ArticleNo script added to
I'm having an issue with steal where it is not placing my loaded *.js file in the <head> ... the complete/success function is called, but no access to the code
View ArticleRe : How to make working JqueryMX ?
Which instructions? Which tutorial? Please provide a link (this is what I keep asking for). I never said can.Controller. I said can.Control. Sent from my iPhoneOn Nov 18, 2013, at 8:55 PM,...
View ArticleRe : No script added to
What do you mean exactly? What browser are you using?Sent from my iPhoneOn Nov 18, 2013, at 8:56 PM, JavaScriptMVC Forum <noreply@zohodiscussions.com> wrote:
View Article