Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit 61ce674

Browse files
author
Antonio Marcos SS Jr
committed
fix callbacks returning the element.
1 parent d55d859 commit 61ce674

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,15 @@ alternatively as Service, [as shown here](http://plnkr.co/edit/4JdONL)
133133

134134
If you want to build or contribute, first, get the node modules needed (grunt, bower)
135135

136-
npm install
137-
p.s.: this will run `bower install` after completes :)
136+
npm install
138137

138+
Next, use bower to get the JS libraries needed
139139

140-
Then, get grunt to build the typescript into .js and the minified angular-intro.min.js
140+
node_modules/.bin/bower install
141141

142-
node_modules/.bin/grunt watch
143-
p.s.: for faster build use `tsc --watch`, but you need run grunt after finish
142+
Then, whenever you make any changes, get grunt to build the minified angular-intro.min.js
143+
144+
node_modules/.bin/grunt
144145

145146
Finally, view the demo page to make sure everything's working; start a web server:
146147

@@ -150,6 +151,7 @@ And browse to `http://localhost:8000/example/index.html`
150151

151152

152153

154+
153155
## License
154156

155157
Same as intro.js, this is [AGPL](LICENSE)

build/angular-intro.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)