angular-marquee
angular-marquee copied to clipboard
Error in angular-marquee
Hi, I get this error when trying to use angularMarquee:
angularMarquee is not using explicit annotation and cannot be invoked in strict mode.
This is my code:
<div class="field-customer-name"><span angular-marquee scroll="vm.scroll" duration="vm.duration">{{ field.customer_field_name }}</span></div>
Thanks.
Guess you are using angular is strict-di mode. The module is not written in with dependency injection string array. You need to either alter the dep injection part of the module or not use strict-di in the project.