Sha256: 46957a3479b18acf4c96273c2bcae2a2ea67512ae11b31b9746f2fc2cea65154
Contents?: true
Size: 300 Bytes
Versions: 96
Compression:
Stored size: 300 Bytes
Contents
/** * @ngdoc object * @name Bastion.subscriptions.controller:SubscriptionProductDetailsController * * @requires $scope */ angular.module('Bastion.subscriptions').controller('SubscriptionProductDetailsController', ['$scope', function ($scope) { $scope.expanded = true; }] );
Version data entries
96 entries across 96 versions & 1 rubygems