-
It would be nice to have a getValue that mirrors setValue to allow the form-view to aggregate field values.
-
Look at SearchService.generateConstraintParameter(), line 464/466:
When building a parameter String, the } is only added finally, but not for the entries.
This leads to things like:
{"type":"catego…
-
The following repos have underscore listed as a dependency
- [ ] https://github.com/AmpersandJS/ampersand-view
- [ ] https://github.com/AmpersandJS/ampersand-state
- [ ] https://github.com/Ampersand…
-
One idea: "Apple Pie"
-
Hi guys,
By inspecting the result of `npm list` on my project, I've seen some dependencies disparities among some **Ampersand** modules.
First, it seems that some `devDependencies` are referenced in…
-
I've prepared a lodash version of this repo. https://github.com/STRML/ampersand-collection-lodash-mixin
Re: [ampersand#36](https://github.com/AmpersandJS/ampersand/issues/36), underscore may be remov…
STRML updated
9 years ago
-
I was going through the Human JavaScript online videos when I encountered an error during 4-5 "Creating a collection for users".
```
TypeError: 'undefined' is not a function (evaluating 'this._reset…
-
It seems you can **only** set a 'child' using an attributes hash, not an already-constructed instance. Is this a bug?
This is adapted from the readme example:
``` js
var State = require('ampersand-s…
-
Let's say a use a simple comparator function that uses a property of the model.
Whenever a model changes it might need re-sorting.
How to trigger the re-sorting?
Currently I'm doing from within Ampe…
-
I ran into an issue while using this mixin. I will try to explain as best a possible — sorry for the inadequate title :blush:.
### Scenarios
1. Navigate to the view via the router
2. Reload the view
#…