# BGSingleSelector **Repository Path**: baokangx/BGSingleSelector ## Basic Information - **Project Name**: BGSingleSelector - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-18 - **Last Updated**: 2021-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BGSingleSelector [ ![Travis CI Status](https://travis-ci.org/GaojingComponent/BGSingleSelector.svg?branch=master)](https://travis-ci.org/GaojingComponent/BGSingleSelector) [![codecov.io](https://codecov.io/github/GaojingComponent/BGSingleSelector/coverage.svg?branch=master)](https://codecov.io/github/GaojingComponent/BGSingleSelector?branch=master) Simple single selector implements by AngularJS ## Usage ```html ``` And in javascript ```javascript $scope.options = [{ value: 1, name: 'one' }, { value: 2, name: 'two' }, { value: 3, name: 'three' }]; ```