Skip to content

Instantly share code, notes, and snippets.

View ralyodio's full-sized avatar

ralyodio

  • Los Gatos, CA
View GitHub Profile
@ralyodio
ralyodio / .about+license.md
Created September 10, 2018 05:33 — forked from anilnairxyz/.about+license.md
Candlestick Chart

A zoomable candlestick chart.

Copyright © 2015, Anil Nair - MIT License

//usage
app.controller('ChatCtrl', ['socket', function(socket){
socket.on('chat:messages', function(data){
$log.log('chat:messages', data);
$scope.messages = data.messages;
});
}]);