Commit ef978599 authored by RawKStar77's avatar RawKStar77

Add ngDoc documentation to markdown.coffee

parent 2882b7d0
###*
# @ngdoc directive
# @name markdown
# @restrict C
# @description
# This directive controls both the rendering and display of markdown in annotations, as well as
# the markdown editor interface.
# the markdown editor.
###
markdown = ['$filter', '$timeout', ($filter, $timeout) ->
link: (scope, elem, attr, ctrl) ->
......
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