• Gael du Plessix's avatar
    refactor(AMD/CommonJS exported module): Export module name instead of module object · fad069d5
    Gael du Plessix authored
    When the module is imported using AMD/CommonJS, it is expected to expose its name instead of the
    Angular module object. This is because angular.module() expects the dependencies as string instead
    of actual module objects.
    
    Fix #326. Breaking change: code that relies on the module object to be exported (accessing the name
    via `.name` for example) will break, since the name is now directly returned.
    fad069d5
Name
Last commit
Last update
demo Loading commit data...
dist Loading commit data...
src Loading commit data...
tests/specs Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
issue_template.md Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...