OSDN Git Service

simple login
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Sat, 25 Jul 2015 09:10:47 +0000 (18:10 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Sat, 25 Jul 2015 09:10:47 +0000 (18:10 +0900)
commit669c2f9bd1d59218d6aeef1ebcf28abd45fe0822
treee2a39eb86430aee8ae9d484c02b76843558569b7
parent659e709c777066f0e7bfd8a909c876847a4642a3
simple login
17 files changed:
.gitignore
auth [new file with mode: 0644]
client/app/app.js
client/app/components/board/board.controller.js
client/app/components/board/board.js
client/app/components/login/login.controller.js
client/app/components/login/login.css
client/app/components/login/login.html
client/app/components/login/login.js
client/app/shared/navbar/navbar.controller.js
client/app/shared/navbar/navbar.html
client/assets/vendor/angular/angular-route.min.js [new file with mode: 0644]
client/index.html
orm.js [new file with mode: 0644]
package.json
server/auth/login/index.js
server/express.js