Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yael J. Brodsky committed Dec 18, 2017
1 parent 8de43f6 commit cb7d275
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
//`title` and `onCancel` are optional
confirmed() {
console.log('confirmed'):
console.log('confirmed');
}
cancelled() {
Expand All @@ -38,3 +38,11 @@
```


### Todo
Done in a rush because couldn't find anything alike, so:

- Add options to set classes and stuff
- Make some tests
- Set some global configs for messages and texts and classes and w/e

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^1.6.0",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
Expand Down

0 comments on commit cb7d275

Please sign in to comment.