Copy & save the concatentated AMD modules to a javascript file and include that in your application.
USE AT YOUR OWN RISK
/*jshint laxcomma:true*/ | |
/** | |
* The following uses RxJS to handle the | |
* next/prev click event stream | |
* https://github.com/Reactive-Extensions/RxJS | |
* Could substitute with regular addEventListener | |
* if desired. | |
* | |
* It also uses font-awesome for next/prev icons |
Copy & save the concatentated AMD modules to a javascript file and include that in your application.
USE AT YOUR OWN RISK