nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ui-select / docs / partials / _header.html
1 <!DOCTYPE html>
2 <html lang="en" ng-app="demo">
3 <head>
4     <meta charset="utf-8">
5     <title>AngularJS ui-select</title>
6
7     <!--
8       IE8 support, see AngularJS Internet Explorer Compatibility http://docs.angularjs.org/guide/ie
9       For Firefox 3.6, you will also need to include jQuery and ECMAScript 5 shim
10     -->
11     <!--[if lt IE 9]>
12       <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
13       <script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.2.0/es5-shim.js"></script>
14       <script>
15         document.createElement('ui-select');
16         document.createElement('ui-select-match');
17         document.createElement('ui-select-choices');
18       </script>
19     <![endif]-->
20
21     <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.js"></script>
22     <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular-sanitize.js"></script>
23
24     <!-- ui-select files -->
25     <script src="./dist/select.js"></script>
26     <link rel="stylesheet" href="./dist/select.css">
27
28     <script src="./assets/demo.js"></script>
29
30     <!-- themes -->
31     <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css">
32     <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css">    
33     <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.default.css">
34     <!-- <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap2.css"> -->
35     <!--<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap3.css">--> 
36
37     <style>
38         body {
39             padding: 15px;
40         }
41
42         .select2 > .select2-choice.ui-select-match {
43             /* Because of the inclusion of Bootstrap */
44             height: 29px;
45         }
46
47         .selectize-control > .selectize-dropdown {
48             top: 36px;
49         }
50         /* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
51         .select-box {
52           background: #fff;
53           position: relative;
54           z-index: 1;
55         }
56         .alert-info.positioned {
57           margin-top: 1em;
58           position: relative;
59           z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
60         }
61     </style>
62 </head>
63
64 <body class="ng-cloak" ng-controller="DemoCtrl as ctrl">