Skip to content

Instantly share code, notes, and snippets.

View alanbasilio's full-sized avatar
👋
Open to Work

Alan Basilio alanbasilio

👋
Open to Work
View GitHub Profile
{
// NORMAL SETTINGS
// ===============
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
},
"editor.suggestOnTriggerCharacters": true,
"editor.wordBasedSuggestions": true,
@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.