Skip to content

Commit

Permalink
chore(build): removed stub data
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Aug 21, 2017
1 parent 91cee71 commit 322c836
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/assets/json/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"version":"Current","url":"ngx-bootstrap","unprefixedUrl":""},{"version":"1.8.5","url":"ngx-bootstrap/old/1.8.5","unprefixedUrl":"old/1.8.5"}]
[]
5 changes: 5 additions & 0 deletions demo/src/ng-api-doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,11 @@ export const ngdoc: any = {
"type": "string | TemplateRef<any>",
"description": "<p>Content to be displayed as popover.</p>\n"
},
{
"name": "popoverContext",
"type": "any",
"description": "<p>Context to be used if popover is a template.</p>\n"
},
{
"name": "popoverTitle",
"type": "string",
Expand Down

0 comments on commit 322c836

Please sign in to comment.