Tag: #javascript

3 posts tagged with javascript.

Adding Protractor Tests and Automating with Jenkins

Earlier this year, I integrated end-to-end tests into a client's project. Later, I figured out how to get them running on Jenkins. This past weekend, I decided to take my learnings and apply them to t...

Integrating Angulr into a JHipster Project

In response to my article last week about progress indicators with AngularJS and JHipster , Jean-François Morneau asked: Hi, I'd like to know the most efficient way to integrate a template such as Ang...

Progress Indicators with AngularJS and JHipster

In this application, I'm using the Bootstrap Angulr theme ( demo ). This theme comes with a progress bar that pulsates at the top of the page. It's activated by a uiButterbar directive. This directive...