my-bookmark/public/scripts/directives/edit-directive.js

8 lines
146 B
JavaScript

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