All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.app.layout.shell.controller.js Maven / Gradle / Ivy

Go to download

BDD Enterprise Reporting Server. This server provides the ability to upload reports from tools like Cucumber, SpecFlow, Pickles and the information is then aggregated into a central view across all projects.

The newest version!
(function () {
    'use strict';

    angular.module('bdd-reporting').controller('ShellController', ShellController);

    ShellController.$inject = ['$scope'];

    function ShellController($scope) {
        ///* jshint validthis: true */

    }
})();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy