-
'Tasks.main' is not a function
-
In my attempt to follow along the Getting Started With HTML-Based Apps guide, I'm receiving the error:
[awagner@persephone sprout]$ sc-init todos --template
Unknown switches '--template'
More…
-
Once the SC.SparseArray length is set, it appears it cannot be changed - The length property is cached and there's no call to propertyDidChange() when provideLength() is called to update it.
Both of …
-
In particular, on commit record to a cascading data source, the params are not passed to the underly datasources (being cascaded to).
this is a very simple bug, we have just forgotten to update the …
-
SC.viewportOffset() is deprecated and is causing lots of logging activity since it is still used a bunch of places. Please convert these to use SC.offset(). Thanks!
-
I have tested sc-init sproutcore to create a project that doesn't work.
Is sproutcore a reserved word that i cannot use on projects?
ghost updated
13 years ago
-
I've started to make the Todo tutorial. I was stuck at the step when adding the
```
Todo.tasksController('content',tasks);
```
inside the `main.js` file. The error message was:
```
Todo.tasksCont…
-
Using code from sproutcore-samples:
```
var pickerPane = SC.PickerPane.create({
layout: { width: 300, height: 200 },
contentView: SC.View.extend({
layout: { top: 0, left: 0, bottom: 0, right:…
-
I've followed the README to the letter and when I go to http://localhost:4400/tasks I see this error on my console:
SC.MasterDetailView is undefined
[Break On This Error] masterDetailView: SC.Mas…
-
It seems calling `evt.preventDefault` in the handler of a TemplateView doesn't actually prevent the default action for clicking on a link.
Check out the demo code here: https://github.com/MSch/sprout…
MSch updated
13 years ago