Skip to content

vitBackButton#42

Open
V1taliy wants to merge 9 commits into
developfrom
vitBackButton
Open

vitBackButton#42
V1taliy wants to merge 9 commits into
developfrom
vitBackButton

Conversation

@V1taliy

@V1taliy V1taliy commented Nov 29, 2017

Copy link
Copy Markdown
Contributor

Add back button and modify custom modal window

@@ -1,3 +1,6 @@
<div class="modal">
the very best modal

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But where is place to paste modal content?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not specified how it should be, I add few tag's

<div class="modal">
the very best modal
<div class="modal-body">
<button (click)="closeModal('modal');">X</button>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you pass 'modal' instead of $event?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change it to $event

@tatsiak tatsiak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не нужно отключать тесты для команды ci.
Я вернул запуск e2e тестов и сейчас на тревисе проверки падают.
Необходимо разобраться и исправить.

Comment thread package.json Outdated
"lint": "ng lint",
"e2e": "ng e2e",
"ci": "npm run lint && npm run test:once && npm run e2e",
"ci": "npm run lint",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Для чего отключать тесты здесть?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants