Skip to content

Instantly share code, notes, and snippets.

View dboskovic's full-sized avatar
🥸
Getting nerdy

David Boskovic dboskovic

🥸
Getting nerdy
View GitHub Profile
@dboskovic
dboskovic / Snake-Timeline.markdown
Created November 3, 2014 05:52
A Pen by David Boskovic.

Snake Timeline

This timeline is designed to be a short (usually only two rows) with the ability to add more items on the end. I haven't added any styling for a 3rd row yet, and the boxes have to be a fixed height. More iterations on this in the future!

A Pen by David Boskovic on CodePen.

License.

@dboskovic
dboskovic / autofill-ui-router.js
Created February 17, 2014 05:51
Integrate angular-ui/ui-router with tbosch/autofill-event
$rootScope.$on('$viewContentLoaded', function(){
$timeout(function(){
$('input').checkAndTriggerAutoFillEvent()
}, 200);
})