fabiobiondi/angular-fullscreen

Portability

Opened this issue · 3 comments

Hello,
You should change this line:

define("FBAngular", ['angular'], function (angular) { return createModule(angular); } );

to:

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

To improve the portability of the module ;)

I opened a PR to fix this.

I don't use Angular anymore, but this can be helpful for other people 👍