Sha256: f5d4f8c40ad7e89026684452b54db6477e388baa0cf426dd858198b4c2e9a7f7

Contents?: true

Size: 465 Bytes

Versions: 9

Compression:

Stored size: 465 Bytes

Contents

/**
 * @ngdoc directive
 * @name Bastion.components.directive:bstFlyout
 * @restrict EA
 *
 * @description
 *   Provides a "flyout" sub-menu for menu items with one or more
 *   child menu items.
 */
angular.module('Bastion.components').directive('bstFlyout', function () {
    return {
        restrict: 'EA',
        replace: true,
        scope: {
            'flyout' : '=bstFlyout'
        },
        templateUrl: 'components/views/bst-flyout.html'
    };
});

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bastion-0.1.14 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.2.2 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.2.1 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.2.0 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.1.13 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.1.12 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.1.11 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.1.10 app/assets/javascripts/bastion/components/bst-flyout.directive.js
bastion-0.1.9 app/assets/javascripts/bastion/components/bst-flyout.directive.js