simpleBookshelfApp
simpleBookshelfApp copied to clipboard
bugfix in app.js controller UserDetailsCtrl
thank you for this helpfull example.
Please correct line 41 in public/app.js to:
.controller('UserDetailsCtrl', ['$scope', '$routeParams', 'UserFactory', '$location',
change UsersFactory to UserFactory