forked from SafetyCulture/ember-typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 749 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>ember-typeahead.js | emberjs typeahead component</title>
<link rel="stylesheet" href="./demo/assets/normalize.css">
</head>
<body>
<h1>ember-typeahead.js</h1>
<p>Typeahead.js 0.10.x Component for EmberJS</p>
<p>
Available on Github from <a href="https://github.com/safetyculture/ember-typeahead.js">safetyculture/ember-typeahead.js</a>.</br>
Forked from <a href="https://github.com/charlieridley/ember-typeahead.js">charlieridley/ember-typeahead.js</a>.
</p>
<p>
Check out the <a href="demo/index.html">demo</a>.
</p>
<p>
Portions Copyright 2014 SafetyCulture Pty Ltd</br>
Copyright 2013 Charlie Ridley
</p>
</body>
</html>