Chris smoak

Results 6 issues of Chris smoak

Allow the user to click on dates that are in previous or future months. This feature is opt-in via the `allowOutsideInterval` parameter. Issue: #58

Currently one of the demos is showing that cellScope is passed to the `headerRenderer` function similar to the `cellRenderer`. After looking at the code it was only passing the element....

While looking for a solution to "even/odd" styling referenced in this other issue https://github.com/kamilkp/angular-vs-repeat/issues/14 I ran across the param `$$options.hunked` in the code that seems to offer a fix to...

I have a Jenkins Job for processing DSL that runs regularly. But I dont care about notifications for that job. Add the ability to configure jobs to ignore. Even better...

Currently only names are displayed. Could the popup/notifications use job display name and default to job name similar to how the web interface of Jenkins works.

The readme for "Getting Started" doesn't seem to be correct. 1. Why build a local image if you are simply running another image. Should the instructions be: ``` docker run...