Skip to content

Commit bb462ab

Browse files
committed
Display data on doc
1 parent e350589 commit bb462ab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
get-suggestions="$ctrl.updateSuggestions"
1313
min-length="1">
1414
</input-tags>
15+
<pre>{{$ctrl.tags | json}}</pre>
1516

1617
## Usage
1718

src/dev-server.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ angular.module('dev-server', ['angularjs-input-tags'])
1414
key-property="code"
1515
display-property="title"
1616
get-suggestions="$ctrl.updateSuggestions"
17-
min-length="1"></input-tags>`,
17+
min-length="1"></input-tags>
18+
<pre>{{$ctrl.tags | json}}</pre>`,
1819
controller: searchCtrl
1920
});
2021

0 commit comments

Comments
 (0)