Angular - basic controller scope breaks code

I have created a basic angular app on jsfiddle. However, whenever I add a ng-controller, my code breaks. Any idea what it could be ?

http://jsfiddle.net/up8pv/3/

My actions:

  1. added name for the module and initialized it explicitly via angular.module()
  2. made sure that RaffleCtrl is proper function
  3. changed jsFiddle type to be No wrap - in <body>

This has proven to fix the issue. I suggest you to investigate each one of this three hints to know for sure what the root of the evil was :)

http://jsfiddle.net/up8pv/5/