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

io.protostuff.generator.html.js.directives.js Maven / Gradle / Ivy

There is a newer version: 3.1.40
Show newest version
angular.module('typeRefDirective', [])
    .directive('typeRef', function () {
        return {
            restrict: 'E',
            scope: {
                value: '='
            },
            templateUrl: 'partials/type-ref.html'
        };
    })
    .directive('labelDeprecated', function () {
        return {
            restrict: 'E',
            scope: {
                descriptor: '='
            },
            templateUrl: 'partials/label-deprecated.html'
        };
    });




© 2015 - 2024 Weber Informatics LLC | Privacy Policy