Skip to content

Commit

Permalink
fix prompt bug
Browse files Browse the repository at this point in the history
  • Loading branch information
o.istomin committed Oct 13, 2015
1 parent cfac8dd commit 835f482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/autocomplete/template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div ng-controller="selectAutocompleteController">
<h2>Autocomplete</h2>
<p>Priority save matches on enter</p>
<p>Priority save matches on save trigger</p>
<div class="row">
<div class="col-md-8">
<oi-select
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/prompt/template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div ng-controller="selectPromptController">
<h2>Prompt</h2>
<p>Priority save new item on enter</p>
<p>Priority save new item on save trigger</p>
<div class="row">
<div class="col-md-8">
<oi-select
Expand Down

0 comments on commit 835f482

Please sign in to comment.