Skip to content

Commit 2bb370a

Browse files
publish docs for 1.0.24
1 parent 8e4bf17 commit 2bb370a

File tree

315 files changed

+99875
-1654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+99875
-1654
lines changed

_ng1_docs/1.0.24/assets/css/main.css

Lines changed: 865 additions & 0 deletions
Large diffs are not rendered by default.

_ng1_docs/1.0.24/assets/css/main.css.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/* Change the member layout to a grey box */
2+
.tsd-panel.tsd-member { padding-top: 0; }
3+
.tsd-panel .tsd-signature, .tsd-panel .tsd-signatures { background-color: #eee; }
4+
5+
.tsd-signature .tsd-header { margin: 1em 0 }
6+
.tsd-signature .tsd-header p { margin: 0 }
7+
8+
/* The short text, one line description of a member */
9+
.tsd-header { list-style: none; margin: 0 2em; font-weight: bold; }
10+
.tsd-header p { margin-top : 0; }
11+
12+
/* We added the short text in the .tsd-header, so don't display it in the main comment block */
13+
.tsd-member .tsd-description .lead { display: none; }
14+
.tsd-member .tsd-declaration .lead { display: none; }
15+
16+
/* Display the parameters list and returns block as inline */
17+
ul.tsd-parameters li { margin-top: 1em; }
18+
ul.tsd-parameters li > * { display: inline; }
19+
ul.tsd-parameters li > * > p { display: inline; }
20+
21+
.tsd-returns { margin-top: 1em; }
22+
.tsd-returns > * { display: inline; }
23+
24+
/* Draw a separator line under each h4/h5 header in a comment section */
25+
.tsd-comment h4, .tsd-comment h5 { border-bottom: 1px solid #AAA; }
26+
27+
/* It seems that once we hit an @example, the rest of the markup is captured inside that tsd-comment-tags.
28+
Clear some styles that look especially weird when that happens */
29+
dl.tsd-comment-tags p { margin: 1em 0; }
9.26 KB
Loading
Loading
480 Bytes
Loading
855 Bytes
Loading

_ng1_docs/1.0.24/assets/js/main.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_ng1_docs/1.0.24/assets/js/modernizr.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_ng1_docs/1.0.24/assets/js/reset.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'use strict';
2+
3+
if (window.localStorage) {
4+
window.localStorage.removeItem('inherited');
5+
window.localStorage.removeItem('only-exported');
6+
window.localStorage.removeItem('visibility');
7+
}

_ng1_docs/1.0.24/assets/js/search.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)