Skip to content

Commit

Permalink
udpated README and quick fixes to main component for methods
Browse files Browse the repository at this point in the history
  • Loading branch information
xtianus79 committed Jul 28, 2017
1 parent 135d7df commit 2c67451
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ export class DashboardComponent implements OnInit, AfterViewInit {
}
```

Again, I will update the documenation more specifically with functionality and usage but this should get you started.
Again, I will update the documenation more specifically with functionality and usage but this should get you started.

More to come!

previous repo information
<https://github.com/arca-computing/MultipleDatePicker>
2 changes: 1 addition & 1 deletion dist/multiple-date-picker-angular-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ System.register("multiple-date-picker.component", ["@angular/core", "@angular/fo
MultipleDatePickerComponent.prototype.clearDays = function () {
this.projectScope = [];
this.generate();
// console.log('clearDays was fired off'); // for testing
console.log('clearDays was fired off'); // for testing
};
MultipleDatePickerComponent.prototype.runGenerate = function () {
this.generate();
Expand Down
2 changes: 1 addition & 1 deletion dist/multiple-date-picker.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ var MultipleDatePickerComponent = (function () {
MultipleDatePickerComponent.prototype.clearDays = function () {
this.projectScope = [];
this.generate();
// console.log('clearDays was fired off'); // for testing
console.log('clearDays was fired off'); // for testing
};
MultipleDatePickerComponent.prototype.runGenerate = function () {
this.generate();
Expand Down

0 comments on commit 2c67451

Please sign in to comment.