Get started with angular-ui-select CDN
MIT licensed
Angular-UI Select is a directive for creating custom select elements in AngularJS applications.
Tags:- angular
- ui
- select
Stable version
Copied!
How to start using angular-ui-select CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with angular-ui-select CDN - cdnhub.io</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
<script src="https://cdn.cdnhub.io/angular-ui-select/0.19.8/select.min.js"></script>
<link rel="stylesheet" href="https://cdn.cdnhub.io/angular-ui-select/0.19.8/select.min.css">
</head>
<body ng-app="myApp">
<div ng-controller="MyController">
<label>Select an option:</label>
<select ng-model="selectedOption" ng-options="option as option.name for option in options">
<option value="">-- Please select --</option>
</select>
</div>
<script src="app.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.0.1
0.1.0
0.10.0
0.11.0
0.11.1
0.11.2
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.14.8
0.14.9
0.16.0
0.16.1
0.17.0
0.17.1
0.18.0
0.18.1
0.19.0
0.19.1
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
*** 0.19.8
0.2.0
0.2.1
0.2.2
0.20.0
0.3.0
0.3.1
0.4.0
0.5.0
0.5.1
0.5.2
0.5.3
0.5.4
0.6.0
0.7.0
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9