Refactoring a JavaScript Single Page App - Part 3 - Using AngularJS
Part 3 of a tutorial series - Getting started with refactoring JavaScript Single Page App Web applications.
on
Part 3 of the Refactoring a JavaScript Single Page App is now available. The concept of the tutorial is to take a single page app that has some code quality issues, and refactor it into a more manageable state, also making it confirm to modern standards along the way using appropriate tools and libraries.
Part 3 continues with the changes made in part 2 and discusses how AngularJS was used to refactor the remaining areas of the application. It introduces using angular services and in particular, how angular directives can be used for complex controls such as a Google Map.
See part 3 of the tutorial: Refactoring a JavaScript Single Page App - using AngularJS.