Corey

Results 3 issues of Corey

I need to overwrite the style for `nav.site-nav` to `z-index: 1`

bug

The issue is on this line: https://github.com/rorymadden/angular-date-dropdowns/blob/master/directive.js#L141 My `attrs` variable doesn't have a required attribute so you can't call split on undefined. I see you require angular 1.2.1 and I'm...