8:00 – 5:00 SR
- Deployed swf fix
- Tried FR webapp again, but login still won’t work. The service can’t be found.
- Working on using Typescript for our modules, now that we’ve settled on a variant of the Angular Prototype pattern.
- Had to get the definitely typed angular and jquery ‘libraries’ and put them in their own folder for the
/// <reference path="../definitelytyped/angularjs/angular.d.ts" />
- declarations(?) to work.
- Went back to the angular with typescript video. The key points are really around 15:00 in, where the controllers and factories are built. Sean Hess’s github repository for the demo code is here.
