-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
We need a directive to handle plugin files instead of doing it in mm-format-text. This directive can be added manually (in img tags defined by ourselves) or automatically inside mm-format-text.
This comment shows an idea of how to do this.
Please notice that mm-format-text needs to be modified to add this directive when it's needed. To do so, something like this needs to be done:
angular.forEach(element.find('img'), function(el) {
|
el.setAttribute('mm-no-input-validation', '');
|
el = $compile(el)(scope);
|
});
|
- blocks
-
MOBILE-1006 Migrate: mod_page
- Closed
- is blocked by
-
MOBILE-992 Create directive to open external links in external browser
- Closed
-
MOBILE-1004 Handle links present in external content using mmFormatText
- Closed
-
MOBILE-1014 Create a filepool system
- Closed
- Testing discovered
-
MDL-50271 External enrol get users courses only return the first course
- Closed
- will help resolve
-
MOBILE-988 External images not seen in the app in offline
- Closed