Commit d8e8795
Antonio Marcos SS Jr
Added Typescript on introjs.
- updated example in folder.
- updated service, so that's possible to make chainable methods.
- removed promises... it's better to call the callback instead;
- removed deferList.
- removed triggers from directive, it wasn't a clean solutions, now it's using the service directly,.
- updated version and build
- Update README.md
- added ´ng-intro-disable-button´ a directive responsible to disable/enable buttons when the intro opens and when the directive is added to a DOM.
- updated the example.
- added wiki url;
- fixed some typos.
changed from js to typescript.
added types.
updated ignored files.
fixed some build errors because of the tsc version.
first build in a single file.
- added introJS types.
- re-written ngIntroService.
- re-written some parts.
- removed module, we'll need make a custom soon enough.
updated typescript with the current version.
updated somethings.
updated directives.
added the loaders.
fixed some errors.
updated npm starts so it install typings requirements as well.
added typings on package.
added global typings on travis.
updated the post install as @mendhak provided, thanks :)
removed the global dependency from travis.
updated node version.
- updated version
- renamed angular-intro-typescript to proper name.
- renamed to deprectable
- fixed the example, that wasn't running.
- changed grunt.
- removed typings.
- now we deply the declaration on build folder.
- added types of intro.js onto npm.
- fixed an error while running grunt.
Update README.md
updated grunt watch.
- added tslint.
- updated code, following the current rules.
- removed jslint.
updated min.
fixed callbacks on typescript version.1 parent e2365e7 commit d8e8795
File tree
14 files changed
+622
-29
lines changed- build
- example
- src
14 files changed
+622
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
17 | 31 | | |
18 | 32 | | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
23 | | - | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
31 | 51 | | |
32 | 52 | | |
33 | 53 | | |
34 | 54 | | |
35 | | - | |
36 | | - | |
| 55 | + | |
| 56 | + | |
37 | 57 | | |
38 | 58 | | |
39 | 59 | | |
| |||
48 | 68 | | |
49 | 69 | | |
50 | 70 | | |
51 | | - | |
| 71 | + | |
52 | 72 | | |
53 | 73 | | |
54 | | - | |
| 74 | + | |
55 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
137 | 138 | | |
138 | | - | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
| 142 | + | |
| 143 | + | |
145 | 144 | | |
146 | 145 | | |
147 | 146 | | |
| |||
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
154 | | - | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments