-
Was wondering if there was a way to have properties (props, derived, session) for ampersand-collection. Would be particularly useful to have a derived properties that can return values based on the co…
-
Consider this:
```
var State = require('ampersand-state');
var Model = State.extend({
idAttribute : 'id', // not really necessary
});
var model = new Model({
id : 'foo'
});
console.log("id is ", …
-
To make it possible to track your model views of your collections. It is very handy to have a reference to the collectionView. Currently you can only use a syntax like this._subviews[1].views but this…
-
Suggestions for string improvements. Also see https://github.com/Yoast/License-Manager/issues/56.
As an aside, note that all links to code.google.com seem to get redirected to different URLs at devel…
-
I'm new to python and debugging things, but I seem to have come across a segfault in fastnumbers. I'm using natsort in my python code, and natsort recommended that I install fastnumbers, so I did. Now…
-
- [x] https://github.com/AmpersandJS/ampersand
- [x] https://github.com/AmpersandJS/ampersand-array-input-view
- [x] https://github.com/AmpersandJS/ampersand-checkbox-view
- [x] https://github.com/Amp…
-
When calling a View's `remove()` method, ampersand-view tries to remove subViews, too. Even if they don't exist. This causes an error much further on when Underscore's `flatten()` tries to flatten a v…
-
We could be utilizing npmignore to ignore things like tests and fixtures from the packages in npm. This is a pretty low-priority change I'm gonna assign to myself.
- [ ] https://github.com/AmpersandJ…
-
At the start of this project, angular was added just as dummy content / as an example how the client side could look like.
After some considerations and more detailed planning, this will be the clien…
-
I try to build a simple app showing a console and a log of the executed commands. I have a main view and two subviews: one for the current command, and one for the log:
``` js
var View = require('amp…
gr2m updated
10 years ago