-
Aria in IRC reported running into the same issue as reported here
https://github.com/AmpersandJS/ampersand-collection-view/issues/13
It seems like we should warn (or cleanup) about this before maki…
bear updated
10 years ago
-
options is undefined, so https://github.com/AmpersandJS/ampersand-collection-view/blob/master/ampersand-collection-view.js#L110-L114 throws an error because it tries to extend undefined.
-
This issue is not really specific to ampersand-router, but I it seems there is no general place to discuss things that cover multiple ampersand modules.
The thing is, underscore is awesome, I use and…
-
-
There is a handy filter function that can be passed when rendering a collection. I was rather surprised when the models in the collection had new/changed attributes that should cause them to be remove…
-
What is officially acceptable namespace/mixin name? I'm asking because I could not come up with consistent set of rules. I made some observations, but I'm not sure what is how it is supposed to, what …
-
Would allow for different views to be rendered based on the model for that view.
``` js
new CollectionView({
el: document.getElementById('collectionView'),
collection: collection,
view: f…
-
Code from my model:
``` js
props: {
maxSaving: 'number',
target: 'number',
saving: 'number',
availableWidth: 'number'
},
derived: {
targetOffset: {
deps: ['availableW…
-
Right now the only way to add headers to "all" ampersand-sync calls is to add an ajaxConfig property to the model. That leaves these relatively unpleasant options for specifying headers for all calls:…
-
I ran into an issue where `params` is undefined in my `ajaxConfig` function introduced by 4c93179963759e927db114afe8f2fb3cd58d811d after simply running `npm update` in my ampersand project. Either thi…