1.0.9 • Published 7 years ago

angular-segment-tree v1.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

angular-segment-tree

Example

.controller('DocsController', ['$scope', function($scope){

    $scope.nodes = [
        {
            label: 'Webpack'
            icon: 'fa fa-cube',
            content: '<p>webpack is a tool to build JavaScript modules...',
            children: [
                label: 'Creating a bundle',
                icon: 'fa fa-code',
                content: '<p>Create a demo directory...'
                children: []
            ]
        },
        {
            label: 'Rollup',
            icon: 'fa fa-cube',
            content: '<p>Rollup is a next-generation JavaScript module...'
            children: []
        }
    ]

}])
<segment-tree nodes="nodes"><segment-tree>

npm.io

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago