Re : Maximum call stack size exceeded on model destroy
Not sure how much the fiddle can be reduced short of the fixture's data set. But that's the data set that generated the error for me and I just tried to cut it down by hand, but I must have removed...
View ArticleRe : Maximum call stack size exceeded on model destroy
Here is another fiddle. Similar, but with a smaller fixtures data set.http://jsfiddle.net/thecountofzero/a2b3S/After running the fiddle type the following into the console:v.destroy()
View ArticleIs there still documentation for v3.2 somewhere?
I wan't to just ask, if there is documentation for v3.2 somewhere. We have our application build on v3.2 and our emploee were just studying javascriptMVC v3.2 when documentation switched to v3.3. We...
View ArticleRe : Is there still documentation for v3.2 somewhere?
We will get it up shortly. Sorry about that!
View ArticleRe : Is there still documentation for v3.2 somewhere?
We've been using the source doc-blocks for now!
View ArticleRe : Is there still documentation for v3.2 somewhere?
Its up now here: http://v32.javascriptmvc.com/
View ArticleHow to generate documentation in javascriptmvc3.3? I didn't find doc.bat or...
How to generate documentation in javascriptmvc3.3. There is no doc.bat or doc.sh
View ArticleMoment.js in CanJS Controller
I have a project that uses Moment.js and if I require moment.js in my main script it works with no problems. But if I require and use moment.js in my CanJS controller, I get error(s) like moment is not...
View ArticleRe : Mustache: get index of the list element
HiI am really missing this feature myself and ended up using a helper like yours in my latest project. Unfortunately, I don't think you can access the index in Mustache.Handlebars has an easy access...
View ArticleRe : Moment.js in CanJS Controller
define(['$',"can","can/view","can/view/mustache","moment"], function($,can,moment){I believe you should define "moment" module right after "can".Next time use some online tool (github gist or fiddle)...
View ArticleRe : Moment.js in CanJS Controller
Jesus I did not see that quickly. It was just the order of my dependencies. Thanks a million Alex!I was going to use fiddle by the way, but thought you wanted to see the project.
View ArticlefindOne Response
What is the correct thing to return when a findOne does not find a matching resource?Is it an empty object or a 404?
View ArticleFilter array of data by values using Observe.List, best practices
Hi everyone,I just started to work on an application using CanJS:Here is what I did: http://jsfiddle.net/memel/jmM3Y/9/The main idea is to be able to filter people by sex, age, etc. I'm quiet new about...
View ArticleRe : findOne Response
If you are trying to be compliant with REST you may want to look at this picture http://i.stack.imgur.com/whhD1.png
View ArticleApplication build is failing in complex packaging case - Pull request has...
https://github.com/bitovi/steal/pull/160When "steal.paths" are in index.html file application build is failing- able to access directly from browser using...
View ArticleRe : Rendering large views with ejs and live-binding.
This isn't such a common problem after all?Nobody has had this problem and wants to share a fix or another light on the problem?
View Article