Ionic Cordova Camera Example not working after Phonegap Build

The following formula seems to be exactly what I am looking for:
http://learn.ionicframework.com/formulas/cordova-camera/

I therefore went to Phonegap Build and created a new app using the git:

After that I installed the app on my iPhone (iOS8) and opened it.

Everything loaded fine, but the main feature however does not work: when I click take a picture nothing happens.

Can someone explain to me why and how to fix it?

Thanks.
Semko

I got it working from the instructions in the following link

Ref: http://stackoverflow.com/questions/27845345/ionic-cordova-camera-not-working

I installed ngCordova through bower, included it in index.html before cordova.js. Injected it into the app and changed the cofig file to the following (remove the plugins u dont need from the config file)

https://raw.githubusercontent.com/phonegap/phonegap-start/master/www/config.xml

HTH