Skip to content

Instantly share code, notes, and snippets.

myApp = angular.module 'myApp', []
myApp.service 'FlashMessage', ($rootScope) ->
Flash = () ->
$rootScope.flashes = []
$rootScope.$on '$routeChangeSuccess', () ->
$rootScope.$broadcast 'FlashMessage:reset', $rootScope.flashes = []
return
@venil
venil / Shape-Shifter.markdown
Created January 12, 2014 01:25
A Pen by Alx.
@venil
venil / Direction-aware-hover-pure-CSS.markdown
Created January 12, 2014 01:26
A Pen by Fabrice Weinberg.
@venil
venil / index.html
Created January 12, 2014 01:32
A Pen by Justin Windle.
<article id="info">
<header>
<h1><strong>sketch.js</strong> demo</h1>
<h2>Spawn particles with your mouse</h2>
</header>
<a href="https://github.com/soulwire/sketch.js/zipball/master">Download</a>
<a href="https://github.com/soulwire/sketch.js">View on Github</a>
</article>
<div id="container"></div>
@venil
venil / Off-Canvas-Partial-Touch-Template.markdown
Created January 12, 2014 02:16
A Pen by Oliver Knoblich.
@venil
venil / CSS-Loader.markdown
Created January 12, 2014 02:17
A Pen by Geoffrey Crofte.
@venil
venil / Cool-Buttons.markdown
Created January 12, 2014 02:20
A Pen by Felipe Marcos.
@venil
venil / Fixed-image-backgrounds.markdown
Created January 12, 2014 02:22
A Pen by Louis Coyle.
@venil
venil / Shade---Shadow-Mixin.markdown
Created January 12, 2014 02:22
A Pen by Hugo Darby-Brown.
@venil
venil / Minimal-Circular-3D-Buttons.markdown
Created January 12, 2014 02:25
A Pen by Chris Coyier.