angular-fullscreen icon indicating copy to clipboard operation
angular-fullscreen copied to clipboard

An error occurs. If you use the requirejs.

Open realrnjs opened this issue 9 years ago • 2 comments

error : 'FBAngular is not found' line 115: define("FBAngular", ['angular'], function (angular) { return createModule(angular); } );

change as follows define(['angular'], function (angular) { return createModule(angular); } );

realrnjs avatar Sep 01 '15 07:09 realrnjs

I created a PR for this https://github.com/fabiobiondi/angular-fullscreen/pull/55

Deklin avatar Oct 25 '16 21:10 Deklin

any update in this

robinkoikkara avatar Sep 18 '18 13:09 robinkoikkara