vincenzomerolla / angular-vimeo-embed

A simple AngularJS directive to embed Vimeo videos easily onto your website.
MIT License
12 stars 9 forks source link

changed binding to string to allow passing of expressions #2

Open aburchette opened 9 years ago

aburchette commented 9 years ago

Due to the videoId having = instead of @, I could not pass an expression. For example, this would not work when I passed a param from the scope: <vimeo-video player-id="video4" video-id="{{ id }}" player-opts="{ autoplay: 1}"></vimeo-video>