'use strict';angular.module('twoBookApp.insert-book-entry',[]).controller('InsertBookEntryController',['$scope',function($scope){}]).directive('tboInsertBookEntry',['$http',function($http){function mylink(scope,element,attrs){function insertInfo(){};} return{link:mylink,scope:{refresh:'&myRefresh',show:'=myShow'},templateUrl:'insert-book-entry/insert-book-entry.template.html'};}]);