How can I load a custom angular version into jsfiddle?
I want to use version 1.1.5 and not 1.1.1.
I would appreciate a working jsfiddle example.
Go into the External Resources Tab in the left sidebar:

Then add the url for a CDN that hosts Angular 1.1.5 http://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js:

Click the "+" button and you are all set:

UPDATE
Also, don't forget to set the framework to "No-Library (pure JS)" unless you want to use another framework such as jquery. Just don't set it to another version on angular
UPDATE
Here's a JSFiddle with Angular 1.1.5 working http://jsfiddle.net/QFNLW/
In the left side bar, in "External Resources", add a link to the AngularJS library. For example from the Google CDN:
http://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js