get the book id of the book to delete from the template instead of $index (because we reorder the list so $index are not really clear anymore)
'use strict';
describe("app_controller_test", function(){
it("should assert something",function(){
expect(true).toBe(true);
})
})