QutBioacousticsResearchGroup/bioacoustic-workbench

View on GitHub
app/assets/javascripts/angular/controllers/controller_module.js

Summary

Maintainability
A
0 mins
Test Coverage
;
(function (undefined) {
    /**
     * Creates the angular module for all other controllers, this has to run first!
     * @type {*}
     */
    var app = angular.module('bawApp.controllers', []);

})();