Skip to content

Instantly share code, notes, and snippets.

@xingped
xingped / index.html
Created April 3, 2015 05:20
Example of connection problem with twitch-irc
<html ng-app="testApp">
<head>
<script type="text/javascript" src="node_modules/angular/angular.js"></script>
</head>
<body ng-controller="testCtrl">
test
</body>
<script>
(function() {
var testApp = angular.module('testApp', []);