Sha256: 1b165533d2cf9c979b213341bca305ccceb6279ae18dc59aa2d92bc57a37db58
Contents?: true
Size: 408 Bytes
Versions: 196
Compression:
Stored size: 408 Bytes
Contents
/** * @ngdoc directive * @name Bastion.subscriptions:subscriptionType * * @description * Directive for the subscription type */ angular.module('Bastion.subscriptions').directive('subscriptionType', function () { return { restrict: 'AE', scope: { subscription: '=subscriptionType' }, templateUrl: 'subscriptions/views/subscription-type.html' }; });
Version data entries
196 entries across 196 versions & 1 rubygems