showcase: broadcast, emit, on, rootScope, scope
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 13 Sep 2015 23:45:56 +0000 (01:45 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 13 Sep 2015 23:45:56 +0000 (01:45 +0200)
commitbccc59ec970d033e5c5ae3b009f779b32d89d8d5
tree65a34f9745e51d93e54a8110e41bf0be34591c34
parentcebe73e5f6aa8bcac043b0b2d2331e11be99bf44
showcase: broadcast, emit, on, rootScope, scope
angularjs/showcase/src/showcase/app/app.module.js
angularjs/showcase/src/showcase/app/users/users-child.controller.js [new file with mode: 0644]
angularjs/showcase/src/showcase/app/users/users.constants.js [new file with mode: 0644]
angularjs/showcase/src/showcase/app/users/users.controller.js [new file with mode: 0644]
angularjs/showcase/src/showcase/app/users/users.controller.spec.js [new file with mode: 0644]
angularjs/showcase/src/showcase/app/users/users.html [new file with mode: 0644]
angularjs/showcase/src/showcase/app/users/users.module.js [new file with mode: 0644]
angularjs/showcase/src/showcase/app/users/users.route.js [new file with mode: 0644]
angularjs/showcase/src/showcase/app/users/users.route.spec.js [new file with mode: 0644]
angularjs/showcase/src/showcase/index.html