UNPKG

generator-angular-material-fullstack

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

16 lines (10 loc) 176 B
'use strict' angular.module 'socketMock', [] .factory 'socket', -> socket: connect: -> on: -> emit: -> receive: -> syncUpdates: -> unsyncUpdates: ->