The achieved goal :

  • angular js in a mvc .net project
  • 2 routes : home and event (ui-router)
  • An event page with headers, market type category selector, selection display
  • 100% code coverage but unit test written in Jasmin and run by Chutzpah
  • Web api consummation with Restangular
  • Web api 2.0 with an events route which return a mocked even
  • Create a “Angular Js best pratices” ppt : explain all the tricky point of angular (minify, module, scope, service, directive, promise, $ressource, Fouc,etc … + our conventions)