-
In the docs:
"If you pass a function that names two incoming arguments it will be used as a native Array.prototype.sort, where you get passed two models and return a 1, 0, -1 to specify how they compa…
-
The `extend()` method has serval lines like: https://github.com/AmpersandJS/ampersand-state/blob/master/ampersand-state.js#L717
Which means that a mixin module that just exports a dictionary (say of …
-
I was looking at `children` docs and wondered if state objects support collections too. I looked for a subsection called "collections", and to my disappointment didn't find one.
But then, lo and beh…
-
There were a few patches for **qs** lately to fix a [potential security issue](https://blog.liftsecurity.io/2014/08/06/denial-of-service-in-qs).
### Steps to reproduce:
``` sh
$ git clone git@github.…
-
The catchAll route `"(*path)": "catchAll"` used in the ampersand demo webapp must be the last route in the hash. Otherwise every route defined after is impossible to reach.
``` js
{
"index.html": "…
-
Didn't see anything on the tools.ampersandjs.com site but does something already exist for this? I'm thinking a mixin for using Localstorage or IndexedDB with ampersand-model/state/collection/etc...
-
When you create a model and try to use url in the list of props, an error is thrown when you try to save it.
```
Error: A "url" property or function must be specified
```
If you set the url it of co…
-
-
-
I've been trying to implement a circular dependency (https://gist.github.com/dazld/e6a04574ef10e81fe9ab) - but as written, this doesn't appear to work.
I've tried to replace the `model` property of …
dazld updated
10 years ago