A Foray Into AngularJS

from blog Alex W.'s Blog, | ↗ original
Intro So I’ve recently finished the Java backend for a project that I’m working on and now I need to get the frontend up and running. I’ve done some meager frontend stuff before, basically a very very simple single-item POS system, but I found myself a tad disgusted with the JQuery-Constructor pattern I was using. There were so many callbacks, a...