Wednesday, June 3, 2015

Angular - a closer look

Got a bit of time to go through the AngularJS tutorial. See https://docs.angularjs.org/tutorial

This thing moves MVC all into client side... for those who don't want to mess with compiling java and go through pain of configuring Spring. It's got data bind.

Here is my little test app (changed some stuff from the tutorial with Street Fighter chars)... ooh search your data on the fly, not even ajax is needed.

Angular got google in its back. But not everyone like it... and they may actually have a point. See here for example.

Search:

Sort by:

  • {{fighter.name}}

    Country: {{fighter.country}}

    Age: {{fighter.age}}