This is continuation from my original post Journey Into Angular – Part 1 Clean Up I wanted to clear up a few things that I did from my previous post. I originally pulled in all of the angular libraries from…
This is continuation from my original post Journey Into Angular – Part 1 Clean Up I wanted to clear up a few things that I did from my previous post. I originally pulled in all of the angular libraries from…
Returning to the MotorDB project, https://github.com/thesoftwaredude/MotorDB, I have unit tests of the controllers, but nothing for testing the client side code. I have been reading recently about the various javascript testing frameworks, and decided that I want to try using mocha…
In part 1 of setting up and creating the MotorDB application, Typescript was used. To help demonstrate the application, it is hosted at appharbor However after appharbor pulled down the latest code from GitHub, the sample data was not being displayed.…