Atomic updates with AngularFire

I’ve been working lately with Firebase and I find it impressive. But I know from my experience when you are new to a framework or library it’s not easy to piece it together.

Firebase introduced atomic multi-location writes, which play really well with the concept of denormalization as we can update multiple locations at the same time. Continue reading

Advertisement

Update PhantomJS to test Angular 1.5

TL;DR: npm install karma-phantomjs-launcher@latest phantomjs-prebuilt@latest

Updating an old project to Angular 1.5 all my tests broke or that’s what I thought when I got the Error: [$injector:modulerr] Failed to instantiate module ng due to: TypeError: ‘undefined’ is not an object (evaluating ‘Function.prototype.bind.apply’).

Continue reading