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

cat-boot-enum.cat-boot-enum.js Maven / Gradle / Ivy

/**
 * @author Thomas Scheinecker, Catalysts GmbH.
 */

define([
    'angular',
    './cat-boot-enum-directive.js'
], function (angular,
             cbEnumDirective) {
    'use strict';

    return angular
        .module('cc.catalysts.boot.CbEnum', [
            cbEnumDirective
        ])
        .name;
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy