I have a strange issue setting up a jsfiddle. I have tried adding an Angular library but it doesn't seem to work in mine.
Any thoughts?
(code below compulsory but not the issue as identical for both)
var app = angular.module('app',[]);
function AppCtrl($scope) {
$scope.name = 'Sally';
}