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