Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit ec67b8f

Browse files
committed
Cleanup examples
1 parent 7320f9d commit ec67b8f

File tree

3 files changed

+11
-30
lines changed

3 files changed

+11
-30
lines changed

examples/bootstrap.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" ng-app="demo" xmlns="http://www.w3.org/1999/html">
2+
<html lang="en" ng-app="demo">
33
<head>
44
<meta charset="utf-8">
55
<title>AngularJS ui-select</title>
@@ -19,7 +19,6 @@
1919
<![endif]-->
2020

2121
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.js"></script>
22-
2322
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css">
2423

2524
<!-- ui-select files -->
@@ -30,22 +29,6 @@
3029
body {
3130
padding: 15px;
3231
}
33-
34-
.selectize-control {
35-
/* Align Selectize with input-group-btn */
36-
top: 2px;
37-
}
38-
39-
.selectize-control > .selectize-dropdown {
40-
top: 34px;
41-
}
42-
43-
/* Reset right rounded corners, see Bootstrap input-groups.less */
44-
.input-group > .selectize-control > .selectize-input {
45-
border-bottom-right-radius: 0;
46-
border-top-right-radius: 0;
47-
}
48-
4932
</style>
5033
</head>
5134

examples/select2-bootstrap3.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" ng-app="demo" xmlns="http://www.w3.org/1999/html">
2+
<html lang="en" ng-app="demo">
33
<head>
44
<meta charset="utf-8">
55
<title>AngularJS ui-select</title>
@@ -19,11 +19,6 @@
1919
<![endif]-->
2020

2121
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.js"></script>
22-
23-
<!-- ui-select files -->
24-
<script src="../dist/select.js"></script>
25-
<link rel="stylesheet" href="../dist/select.css">
26-
2722
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css">
2823

2924
<!--
@@ -33,6 +28,10 @@
3328
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css">
3429
<link rel="stylesheet" href="http://fk.github.io/select2-bootstrap-css/css/select2-bootstrap.css">
3530

31+
<!-- ui-select files -->
32+
<script src="../dist/select.js"></script>
33+
<link rel="stylesheet" href="../dist/select.css">
34+
3635
<style>
3736
body {
3837
padding: 15px;

examples/selectize-bootstrap3.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" ng-app="demo" xmlns="http://www.w3.org/1999/html">
2+
<html lang="en" ng-app="demo">
33
<head>
44
<meta charset="utf-8">
55
<title>AngularJS ui-select</title>
@@ -19,11 +19,6 @@
1919
<![endif]-->
2020

2121
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.js"></script>
22-
23-
<!-- ui-select files -->
24-
<script src="../dist/select.js"></script>
25-
<link rel="stylesheet" href="../dist/select.css">
26-
2722
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css">
2823

2924
<!--
@@ -32,6 +27,10 @@
3227
-->
3328
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap3.css">
3429

30+
<!-- ui-select files -->
31+
<script src="../dist/select.js"></script>
32+
<link rel="stylesheet" href="../dist/select.css">
33+
3534
<style>
3635
body {
3736
padding: 15px;

0 commit comments

Comments
 (0)