Build a filter that capitalizes each word in a string with AngularJS
By working with AngularJS we are bound to create all sorts of filters and directives on a daily basis. I was thinking it's a good idea »
By working with AngularJS we are bound to create all sorts of filters and directives on a daily basis. I was thinking it's a good idea »
2018 update: see the new post here Pretty URLs or HTML5 mode for any front-end SPA Squeezing some SEO juice into our Angular applications became a »
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 »
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! With »
Getting Auth0 to work with AngularJS is straight forward. It's a matter of adding the auth0-angular dependency in Bower (bower install --save auth0-angular) and including the »