Commit 6beea628 authored by Sean Hammond's avatar Sean Hammond

Remove properties from AnnotationController docstring

Better for each property to have its own docstring where it's defined,
than to try and keep them in sync.
parent 4fcfa4bc
......@@ -156,22 +156,13 @@ function validate(annotation) {
}
/**
* @ngdoc type
* @name annotation.AnnotationController
*
* @property {Object} annotation The annotation view model.
* @property {Object} document The document metadata view model.
* @property {string} action One of 'view', 'edit', 'create' or 'delete'.
* @property {string} preview If previewing an edit then 'yes', else 'no'.
* @property {boolean} editing True if editing components are shown.
* @property {boolean} isSidebar True if we are in the sidebar (not on the
* stream page or an individual annotation page)
*
* @description
*
* `AnnotationController` provides an API for the annotation directive. It
* manages the interaction between the domain and view models and uses the
* {@link annotationMapper AnnotationMapper service} for persistence.
*
* @ngdoc type
* @name annotation.AnnotationController
*
*/
// @ngInject
function AnnotationController(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment