Ever wanted to create a "Loading, please wait..." indicator when your data is loading over your REST service? With $http you can easily set something up like this, without having to create a lot of overhead in your controllers.
while Date objects are a part of the standard JavaScript specs, it's not a part of the JSON spec. In this tutorial we'll explain how to properly consume dates from your REST API with AngularJS.
In this tutorial we'll go into detail about end to end testing (E2E) with AngularJS and Protractor
With Sinon.js you can easily set up stubs and spies. This can be a real benefit when testing AngularJS apps because of all the different components.
In this article I will write a small AngularJS application and use Yeoman to set it all up.
In modern webapps, you will be using more than just Java. You will write JavaScript code too. With Maven + Jasmine you can test your JavaScript code.
When people say "Java" they usually think "slow". However, with Spring Boot and AngularJS you can create prototypes really fast.
In this example I will setup a web project using Spring Data REST. The client-side of the application will be written using AngularJS.
Gulp is the new build system for your webapps. It's powered by streams which makes it fast. In this article I will use it to build my Angular app.
This tutorial explains how to write a small chat application using WebSockets with the Spring framework, AngularJS and SockJS.