Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit cc07cdd

Browse files
wkingpkozlowski-opensource
authored andcommitted
docs(modal): fix Markdown markup for augmented methods
Without leading and trailing blank lines, the source is not marked up as a list. Closes #2107
1 parent 7899b12 commit cc07cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modal/docs/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The `open` method returns a modal instance, an object with the following propert
2222
* `opened` - a promise that is resolved when a modal gets opened after downloading content's template and resolving all variables
2323

2424
In addition the scope associated with modal's content is augmented with 2 methods:
25+
2526
* `$close(result)`
2627
* `$dismiss(reason)`
28+
2729
Those methods make it easy to close a modal window without a need to create a dedicated controller

0 commit comments

Comments
 (0)