0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 14, 2025 — Jan 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- improving the tests for the goToStep directive - adding tests for the other directives (nextStep, optionalStep and previousStep) More... almost 9 years ago
- fixing correct coverage output - improving karma configuration - improving package.json file More... almost 9 years ago
- optional steps can belong to the css class default too now - added additional tests for clicks on links in the navigation bar - imporoved the existing tests for the navigation bar - added string as a valid type for the destinationStep input to the goToStep directive - added Code climate for code coverage More... almost 9 years ago
- added string parameter support for the canGoToStep and goToStep methods to support string inputs through input field of directives - added tests for the goToStep directive More... almost 9 years ago
- added MovingDirection parameter to inital stepEnter eventEmitter call of the first step - added new tests for the navigation bar and the wizard step - improved and extended README.md More... almost 9 years ago
- removed container divs in the angular 2 component class html files - used HostBinding decorators to set the properties of the angular 2 components directly - changed tests to work with the changed component html layout More... almost 9 years ago
- improved css for the nav bar - removed nav-bar classes top and bottom, because they aren't needed anymore - added badge to README.md to show the dependency licence status - improved nav bar test More... almost 9 years ago
- adding badges to david-dm to show the current state of the used dependencies [ci skip] More... almost 9 years ago
- adding an additional test to check if the navbar is shown at the correct location More... almost 9 years ago
- fixing used codestyle - improving css in the wizard component and the wizard-step component - adding travis badge to README More... almost 9 years ago
- removed ts-helper duplicate from package.json - added npm update to .travis.yml file in case the version is too old More... almost 9 years ago
- Added a field "navBarLocation" to the wizard, that contains the location of the navBar. The location can be either top or bottom More... almost 9 years ago
- Fixing the dependency versions - Fixing the configuration files to work with the newer dependency versions - Added a .travis.yml file to automatically run tests More... almost 9 years ago
- added a new goToStep directive that let's you navigate to a given step either by its index or by the step object itself - changed the click listener in the wizard navigation bar to the new goToStep directive - modified the tests to work with the new directive and its corresponding changes More... about 9 years ago
- remove the cleanup process from the gulp file because it doesn't work More... about 9 years ago
- adding functionally to the optionalStep directive - adding basic support for optional steps - adding an additional call parameter to the nextStep and previousStep event emitters that tells the called function the direction in which a step transition was done - adding a cleanup phase to gulp that deletes the html and css files after the inlining process was finished More... about 9 years ago
Bugfixes: - removed the additional [] around the directive nextStep - fixed the currentStep typo in goToStep and added additional tests to prevent this error in the future More... about 9 years ago
- adding functions canGoToNextStep and canGoToPreviousStep - removing some checks that throw an error when a given input (often a step or its index) are out of bounds, this should be checked with canGoToStep before calling goToStep now - modified the tests to work with the new code improvements More... about 9 years ago
- Adding index.ts files to all source directories - Fixing the inline process for all less files. Less files are now first preprocessed, afterwards the preprocessed css string is inlined, instead of the raw less string. More... about 9 years ago
Merge branch 'master' of github.com:madoar/ng2-wizard More... about 9 years ago
- Initial commit More... about 9 years ago
Initial commit More... about 9 years ago