Skip to content

Instantly share code, notes, and snippets.

@mcapu
Created July 19, 2015 20:22
Show Gist options
  • Save mcapu/a1569fb9271fa15061cb to your computer and use it in GitHub Desktop.
Save mcapu/a1569fb9271fa15061cb to your computer and use it in GitHub Desktop.
(function() {
'use strict';
angular.module('teamplay', [
'teamplay.services',
'ngAnimate',
'ngCookies',
'ngTouch',
'ngSanitize',
'ui.router',
'mm.foundation',
'btford.socket-io',
'ngMaterial'
]);
angular.module('teamplay.services', []);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment