Last Sunday, October 19th, I flew to Paris to spend four days in the first AngularJS conference in Europe. And this is my summary and some notes about the great experience there. Continue reading
Tag Archives: AngularJS
Mocking Services for AngularJS tests
One of the things that I’ve enjoyed more in the last year is Test Driven Development, with the satisfaction of seeing the green after all tests have passed. AngularJS is written with testability in mind which makes testing applications easy. And although it can be hard to grasp at the beginning, there are a lot of good resources around to learn how to unit test the application logic. Continue reading
AngularJS Capitalize Filter
Over a month ago I was messing around with CSS when I realized the text-transform property with the capitalize keyword works just with lowercase text, as it forces the first letter of each word to be converted to uppercase keeping the rest of the characters unchanged. Continue reading