app.directive('bookmarkinfo', function() {
return {
restrict: 'EAC',
templateUrl: '/views/bookmark-info.html',
replace: true
}
});