Arthur Gunn
Arthur Gunn
Great project! It would be even nicer if when a textfield was edited, the `onchange` event fired. My use case is for editing markup that is previewed as html and...
The main angular library does a good enough job now (pending angular/angular.js#3902).
We should be able to do this by checking when a path changes, and playing the reverse animation if it's already in the $navigate service's history array. To support forwards,...
Regular Enumerable#each returns the original object - array or whatever. Is there any reason the p_ equivalents shouldn't too? i.e.: def p_each(stride=1, priority=nil, &block) ary = self.to_a ary.count.p_times(stride, priority) {...
There should be a supported way to inject data directly into minimongo instead of by subscription and DDP, but still allow update by subscription later. A common use case for...