Alex Wilde

Results 5 issues of Alex Wilde

See original issue https://github.com/brandly/angular-youtube-embed/issues/46 Fix adapted from https://github.com/brandly/angular-youtube-embed/pull/48

The missing semicolon caused the error `Uncaught TypeError: (intermediate value)(…) is not a function` in a minified build.

This fixes the clip mask which doesn't work in Safari when `` is set. The user can optionally provide a `basePath` prefix set to the absolute base path.

# Description Add hooks to let other plugins extend the Tasks plugin. ## Motivation and Context I needed a way to extend the Tasks plugin with my own functionality (see...

scope: rendering of tasks
scope: for plugin developers