Joe Fleming
Joe Fleming
In `cli.js` currently, it both sets up the `cac` config and calls parse. It would be handy if you exposed the config in another file, so it could be included...
It would be really helpful if you could pass a flag to bili and have it clean out the dist path before generating the output. This is actually the only...
It would be cool if the keywords on posts would be populated using the post tags. Might be useful to prompt for keywords for the site, but as this has...
When running `yo go-static:page` it would be cool if it would prompt you about whether or not to prefix the path with the date.
Then using `group by` in `ng-options`, the options are initially sorted just fine, and everything works as expected. As soon as you start using the input search, however, all grouping...
Issue: Angular injects a `?` record as a default value in a select when using `ng-options`. This is accounted for when the model or options update ([see here](https://github.com/EvanOxfeld/angular-selectize.js/blob/master/angular-selectize.js#L131)), but not...
The travis build on `v1.4.3` passed with angular and angular-mocks `v1.2.25` Running them again with a newer `1.2` version results in a failing test. ``` AssertionError: expected 2 to equal...