Reference application for AngularJS
JavaScript MIT 1.9 MB Created Apr 15, 2026
Stars 0 Forks 0 Watchers 0 Open issues 0 Open PRs 0
History
6 branches 1 tags
fix(app.js): add missing parameter 244c779 12 years ago
fix(server/config): remove `path` variable from global scope 4575a7b 12 years ago
chore(package.json): update rewire to latest 35901b1 12 years ago
chore(travis): don't build on old version of node 631644e 12 years ago
Merge pull request #229 from elnur/patch-1 5f01281 12 years ago
Remove unnecessary backticks f5a70b4 12 years ago
Merge pull request #228 from bgil/master 44cf25f 12 years ago
Add information about setting up and using the first default admin user Bryan Gilbert 1f55cae 12 years ago
Merge pull request #226 from Worshiper/patch-1 bd99275 12 years ago
Update README.md 77df2ad 12 years ago
chore(gitignore): ignore node_modules a66ab10 12 years ago
Merge pull request #215 from corysimmons/patch-1 9b11c05 12 years ago
Update README.md Cory Simmons 9f5ad2a 12 years ago
Merge pull request #213 from MickaelBaye/master 51cbc84 13 years ago
docs(README): fix Twitter's bootstrap link (Stack) 5347b00 13 years ago
Merge pull request #212 from MickaelBaye/master d2e1400 13 years ago
docs(README): fix Twitter's bootstrap link 0dc5618 13 years ago
Merge pull request #209 from jan-molak/master bedc80e 13 years ago
docs(README): "Configure Client" section is in sync with the code a8a9558 13 years ago
Merge pull request #202 from wok/master f370df3 13 years ago
Fix Mongolab link for creating new database 64db1df 13 years ago
Merge pull request #199 from johnnyoshika/spec-typo-fix 1fa863c 13 years ago
Fixed typo in unauthenticated handling spec in security.spec.js. 75e1e02 13 years ago
chore(gruntFile): fix watch task 88bb5c3 13 years ago
fix(README): fix incorrect npm install bce20b1 13 years ago
chore(angular): update to 1.2-rc.3 6b9c02c 13 years ago
fix(security): ensure that login returns the correct value 38fcd56 13 years ago
fix(projects): ensure that we don't break if no one is logged in 481509d 13 years ago
fix(projects): current user roles were not being shown 91b3d13 13 years ago
docs(README): fix up what folders to be in when installing aa56367 13 years ago
docs(README): clarify what working directory to use 8219188 13 years ago
docs(README): remove `cd ..` as it is misleading later 3d430cb 13 years ago
docs(README): add reference to the book b62a79a 13 years ago
test(admin-users): fix mock modules cca1cb2 13 years ago
fix(admin-users-list): fix typo f4d3d8d 13 years ago
test(admin): refactored and fixed admin tests 5a94c88 13 years ago
Fixed failing tests 2b59a63 13 years ago
docs(README): add browser support section 5d3dbaf 13 years ago
chore(specs): rename spec files for consistency 08a57fb 13 years ago
style(gravatar): spelling error in gravatar spec test name d619a72 13 years ago
fix(server): listen on 0.0.0.0 to allow remote connection 3d0b4e6 13 years ago
fix(initDB): initDB was not set up to run from the command line 535a942 13 years ago
chore(.gitignore): ignore .idea 903d393 13 years ago
fix(initDB): provide more accurate error messages Ken Yee 4b1c6b8 13 years ago
feat(angular): update angular to version 1.2 1f1950d 13 years ago
refact(server): move routes into their own library files 3a7e9c5 13 years ago
style(productbacklog): make code less "spaghetti" :-) e93b786 13 years ago
docs(README): fix code layout 9e3d42e 13 years ago
docs(README): clarify in which folder to run grunt ec8d1f5 13 years ago
style(crud): fix spelling error 5df7bef 13 years ago
Merge branch 'master' of git://github.com/cironunes/angular-app into … c227570 13 years ago
fix(assets): fix reference to bootstrap icons 9b4d5cd 13 years ago
fix(admin-users): add dependency on the security.authorization module 5cfe45a 13 years ago
chore(initDB): display better error message 894872e 13 years ago
docs(README): move build after config 330c082 13 years ago
fix(projects) now only authenticated people can see projects 4f721e6 13 years ago
fix(projects-edit): fix typo fe40d33 13 years ago
fix(admin-projects-edit): ensure selTeamMember is in correct scope 40785cb 13 years ago
chore(less-watch): fix and improve less watch ibrahim Sağıroğlu fd7d1b2 13 years ago
Merge pull request #159 from angular-app/remove_e2e 877c04f 13 years ago
chore(e2e): remove e2e tests with the scenario-runner ba7c1d6 13 years ago
fix(README): update after migration to Grunt 0.4 8c2bb92 13 years ago
fix(LoginController): clearForm should change `$scope.user` not `user` 2fe3e51 13 years ago
chore(karma): remove last mentions of testacular 479b528 13 years ago
chore(test): update travis to karma c9fd747 13 years ago
chore(test): update travis to karma 2ce6b5e 13 years ago
chore(test): update to karma 843cf08 13 years ago
test(admin/users): add demo of e2e query f11c7fd 13 years ago
Merge pull request #142 from stu-salsbury/patchCrudRouteProvider 5713480 13 years ago
call angular.isString Stu Salsbury 034364e 13 years ago
Fix incorrect route prefixing when prefix was null or empty. 65d7648 13 years ago
fix(authorization): fix test setup fbae558 13 years ago
feat(crud-edit): use 49d9c1d 13 years ago
chore(vendor): update angular lib aa5e004 13 years ago
fix for jshinting on the renamed server/gruntFile.js f4cba1d 13 years ago
Add first and last name to default admin user 82f4ffd 13 years ago
fix(login-form): Login dialog not opening properly after external close. 88fa352 13 years ago
Update gruntFile.js ef257e3 13 years ago
Fix link to AngularJS in README title 645d621 13 years ago
fix(server): replace "restler" with "request" to solve bug with node … 46eafb9 13 years ago
feat(server): open browser automatically on server start 847cc83 13 years ago
fix(https): ensure certificate files can be accessed from any working… 70b5d45 13 years ago
Update README.md 3abe780 13 years ago
refact(server): move protectJSON middleware into its own file 8166a7a 13 years ago
fix(server): Ensure all JSON responses are protected 0bce177 13 years ago
feat(server): run the server over https 5d8f8d0 13 years ago
docs(readme) Update install to use grunt-cli 07c3b3b 13 years ago
fix(security): Sort out the missing renames and moves that got lost i… 3af5e2e 13 years ago
refact(security): Complete refactoring of the security services 8c7b0d0 13 years ago
Revert "refact(authentication" 21c38aa 13 years ago
refact(login): use security and currentUser services directly in temp… 045fcfd 13 years ago
refact(server): refactor the xsrf function to be cleaner for the book 71af642 13 years ago
feat(server): add XSRF protection eeb4eea 13 years ago
refact(authentication): rename authentication stuff to security 732fdac 13 years ago
chore(gravatar): remove ddescribe typo aa7569e 13 years ago
feat(admin-users): use gravatar in admin users area 46eddd0 13 years ago
feat(gravatar): add new gravatar image directive 1254f8e 13 years ago
chore(grunt): use npm version of html2js 7e442a3 13 years ago
security(mongo-proxy): Add JSON vulnerability protection 784e81e 13 years ago