QutBioacousticsResearchGroup/bioacoustic-workbench

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

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";


;
(function (undefined) {
    var app = angular.module('bawApp.controllers');

    app.controller('AccountsCtrl', ['$scope', '$resource', '$routeParams',


        /**
         * The accounts controller. Sign in using external providers.
         * @param $scope
         * @param $resource
         * @param $routeParams
         * @constructor
         */
            function AccountsCtrl($scope, $resource, $routeParams) {

        }

    ])
})();