AngularJS: STOMP client with SockJS
authorgustavo <gu.martinm@gmail.com>
Thu, 31 Mar 2016 00:45:35 +0000 (02:45 +0200)
committergustavo <gu.martinm@gmail.com>
Thu, 31 Mar 2016 00:47:22 +0000 (02:47 +0200)
commit3e719cced3d54fbdc47f21349abe06849e7dda0c
treeae05a0afe24dd0cde867429edc670893b037d816
parent24b5d3e56d0c40d5c55e54fcc0702a5077b9d8f2
AngularJS: STOMP client with SockJS
22 files changed:
angularjs/stomp/README.md [new file with mode: 0644]
angularjs/stomp/bower.json [new file with mode: 0644]
angularjs/stomp/gulpfile.js [new file with mode: 0644]
angularjs/stomp/karma.conf.js [new file with mode: 0644]
angularjs/stomp/package.json [new file with mode: 0644]
angularjs/stomp/src/stomp/app/app.module.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/core/core.module.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users-child.controller.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users-child.controller.spec.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users-second-child.controller.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users-second-child.controller.spec.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users.constants.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users.controller.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users.controller.spec.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users.html [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users.module.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users.route.js [new file with mode: 0644]
angularjs/stomp/src/stomp/app/users/users.route.spec.js [new file with mode: 0644]
angularjs/stomp/src/stomp/index.html [new file with mode: 0644]
angularjs/stomp/src/stomp/stubs/cars/cars.service.js [new file with mode: 0644]
angularjs/stomp/src/stomp/stubs/stubs.config.js [new file with mode: 0644]
angularjs/stomp/src/stomp/stubs/stubs.module.js [new file with mode: 0644]