Closed craigcabrey closed 8 years ago
require()
angular .module('app', [ require('angular-base64-upload') ]);
:+1:
35 added support for browserify, but it doesn't correctly export the angular module symbol. this is important when you want to
require()
directly in the module list: