Skip to content

Tags: codeworld01/angular-intro.js

Tags

v4.0.0-beta

Toggle v4.0.0-beta's commit message
Fixed the requireJs problem accordingly with issue mendhak#71

v3.3.0

Toggle v3.3.0's commit message
Merge pull request mendhak#126 from millerscout/intro-js-to-2.5.0

update intro js to 2.50

v3.2.5

Toggle v3.2.5's commit message
Merge pull request mendhak#133 from millerscout/fix-undefined

Fix to Directives not being properly destroyed.

v3.2.4

Toggle v3.2.4's commit message
fixed a issue for those working with bower.json.

now i'm setting the main file as "build\angular-intro.min.js"

v3.2.3

Toggle v3.2.3's commit message
Merge pull request mendhak#124 from millerscout/fix_packageJson

fix the reference that is informed on package.json. thanks @k3v3v

v3.2.1

Toggle v3.2.1's commit message
- Version bump.

- fixed branches, i did a wrong rebase

v3.1.3

Toggle v3.1.3's commit message
version bump.

v3.1.2

Toggle v3.1.2's commit message
Merge pull request mendhak#113 from mendhak/auto-npm-publish

Automatic npm publish when a release is created

v3.1.1

Toggle v3.1.1's commit message
Merge pull request mendhak#112 from millerscout/ngIntroAsService-fixes

- removed triggers, as it's faster work with callbacks directly and give control to the developer that needs it.
- updated examples.
- added a directive to help disable buttons when needed.