Scalable Developer

September 18, 2015

Collapsible block directive in Angular using ng-transclude - Part 2

AngularJS directive that uses ng-transclude to create collapsible blocks out of any element. Read more

September 15, 2015

Collapsible (help) block directive in Angular - Part 1

A AngularJS directive that will help you display help blocks inline. Include ngAnimate for some extra sugar! Read more

April 9, 2015

Angular sticky-navigation directive (fix a control to the bottom of the page when scrolling past it)

Scrolling past an AngularJS element with this directive will fix it at the bottom of the page. Scrolling back, the element returns to the initial position. Read more

April 3, 2015

Build a filter that capitalizes each word in a string with AngularJS

AngularJS filter that converts uppercase strings with multiple words to lowercase strings, with capitalized words. Works as vanilla JavaScript too! Read more

March 9, 2015

Angular HTML5 mode or pretty URLs on Apache (using htaccess)

Enable HTML5 mode on your AngularJS application to have pretty URLs and get the most out of Google Analytics. (Apache server). Read more

October 17, 2014

Detecting console errors while testing AngularJS with Protractor

In a previous post I made a remark that when end to end testing routes on AngularJS with Protractor we might find our tests passing even when Angular throws an exception. Read more

October 14, 2014

Testing Auth0 login on AngularJS with Protractor, Part 2: Refactoring

If you haven’t seen part 1 of Testing Auth0 login on AngularJS with Protractor, this post would make a lot more sense if you do! Read more

October 11, 2014

Testing Auth0 login on AngularJS with Protractor, Part 1

A simple example of how testing Auth0 login on AngularJS with Protractor can be done. Read more

October 10, 2014

AngularJS Unit and End to End testing resources

Looking for a way to learn AngularJS Unit and End to End tests? How about a compilation of testing resources? This is the place. Read more
Newer