angular-media-player icon indicating copy to clipboard operation
angular-media-player copied to clipboard

Use $parse for assigning media-player attribute

Open mping opened this issue 11 years ago • 0 comments

The scope[mediaName] attribution doesn't work for nested scopes. By using the $parse service, it is possible to assign the mediaName to a "parent" scope using dot notation: media-player = a.b.c. My specific use case is mixing this directive with the bg-splitter directive.

mping avatar Sep 21 '14 19:09 mping