-
There should be a scroll down for more prompt at the bottom of the list of teams/tournaments, and then scrolling down even farther adds more teams/tournaments to the list. It should act similarly to h…
mliu7 updated
12 years ago
-
It seems that there's only CoffeeScript on the doc page for Views, even when JS is selected from the dropdown at the top.
http://spinejs.com/docs/views
ghost updated
12 years ago
-
In the API docs, (ie. http://spinejs.com/docs/controllers, etc) it seems to be impossible to scroll the page with the keyboard. I tried with both Chrome and Opera.
I usually keep my mouse in the othe…
-
Hi all,
I'm not sure if this issue must be here or on Spine's repository, I'm sorry if this is not the right place.
Today I started trying to set up a complete development system on Windows, using S…
-
Sample Code
``` javascript
var Foo = Spine.Class.sub({
init: function() {
console.log('init foo');
}
});
var Bar = Foo.sub({
init: function() {
this.constructor.__super__…
-
Contrary to the docs, I appear to have to declare specifically columns for relationships
http://spinejs.com/docs/relations
```
class window.Post extends Spine.Model
@configure 'Post',
'body'
…
-
This is just a proposal for a common situation I am while working in a backbone project.
It is common for me to access my views' sub-elements many times. Here I put a simple example:
``` javascript…
-
According to http://spinejs.com/docs/ajax:
assertEqual( Photo.url("order"), "/photos/order" )
This isn't correct, since @url() doesn't take any param in this implementation, see Ajax.coffee line 164…
-
According to http://spinejs.com/docs/ajax, I should be able to set the remote ajax endpoint by setting Spine.Model.host.
However, when AJAX request is made, it doesn't send the request to the remote h…
-
Please make this work on windows.
That would be awesome of you.