Skip to content

Commit c710a9c

Browse files
authored
Merge pull request #1291 from georgmaisser/patch-1
Example how to open a Moodle course within the Moodle App
2 parents 2d618f3 + d71e71a commit c710a9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

general/app/development/plugins-development-guide/api-reference.md

+3
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,9 @@ This directive is applied automatically to all the links and media inside of [co
646646

647647
```html ng2
648648
<a href="<% cm.url %>" core-link>Open</a>
649+
<a href="https://demo.mysite.at/course/view.php?id=145" core-link [capture]="true">
650+
Open Moodle course within the Moodle App
651+
</a>
649652
```
650653

651654
### core-external-content

0 commit comments

Comments
 (0)