Dan Kahle
Dan Kahle
The existing code that utilizes am-fade works currently (on bootstrap 3.2.0 at least), whereas the angular-strap docs offer a user-entered transition solution. The transition solution doesn't set a color and...
To do this right would mean to have this code in "all" of the animations as the modal options.backdropAnimation allows it, but you haven't done that and not sure it...
ditto on the express 4. The nested routes are broken as they're using express3's app.routes, which no longer exists. It crashes on that line: https://github.com/expressjs/express-resource/blob/master/index.js#L197
Sorry bout the diffs, I was copying code back and forth between the npm installed version, must have had different line endings or something.
Sorry accidently closed it. Was wondering what the "closed and comment" button did, now I know :).
I was trying to gracefully handle the following situation: var showStack = true; if(process.env.NODE_ENV == 'production' || process.env.NODE_ENV == 'staging') showStack = false; app.use(apiErrorHandler({stack: showStack})) with something like this instead:...
No biggy, just wanted to throw it out there. Thanks for looking at it. On Thu, Mar 26, 2015 at 1:59 PM, jongleberry [email protected] wrote: > yeah this implementation is...