Angular Button Bar To Charm Your Data

Author: subash1
Official Page: Go to website
Publish Date: April 13, 2015
License: MIT

Description:

An AngularJS based simple button bar that charms your data. It simply contains two attribute. one is ‘source’ and another one is ‘options’. ‘source’ is array of data, that can be use for create button bar. If source is string array, then you don’t worry about the button label, in case source is a array of objects, you can specify a ‘labelField’ in options. In complex stage you can use label function to return a label. label function can be specify in options. For action it have a callback function called ‘onChange’, it’s also in options.

Previews:

angular-buttonbar Basic Demo

Basic Demo

angular-buttonbar Multi Select

Multi Select Demo

angular-buttonbar Tab Bar

Tab Bar Demo


You Might Be Interested In:

Add Comment