Skip to content

Instantly share code, notes, and snippets.

View alanbasilio's full-sized avatar
🏠
Working from home

Alan Basilio alanbasilio

🏠
Working from home
View GitHub Profile
@alanbasilio
alanbasilio / gist:693f264ce166a774186d
Last active August 29, 2015 14:23
minimum for angularjs ie8 support
<script src="../bower_components/respond/dest/respond.min.js"></script>
<script src="../bower_components/respond/dest/respond.matchmedia.addListener.min.js"></script>
<script src="../bower_components/es5-shim/es5-shim.js"></script>
<script src="../bower_components/json3/lib/json3.min.js"></script>
<script src="../bower_components/selectivizr/selectivizr.js"></script>
@alanbasilio
alanbasilio / analytics universal events
Last active August 29, 2015 14:07
Analytics Events (with analytics.js)
//Segundo o Youtube:
ga('send', {'hitType': 'event', 'eventCategory': 'categoryPdf', 'eventAction': 'clickAction', 'eventLabel': 'myLabel' });
//Segundo o Google:
ga('send', {
'hitType': 'event', // Required.
'eventCategory': 'button', // Required.