Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

fix: get rid of cidr library #1084

Merged
merged 2 commits into from
May 22, 2018
Merged

fix: get rid of cidr library #1084

merged 2 commits into from
May 22, 2018

Conversation

tamazlykar
Copy link
Collaborator

Fixes #997
The library that was used broke IE, so we got rid of it.
Now CIDR validation doesn't depend on third-party libraries.

@@ -9,12 +9,12 @@ import {
Validators
} from '@angular/forms';
import { Subscription } from 'rxjs/Subscription';
import 'rxjs/add/operator/startWith';
Copy link
Contributor

@zolotyx zolotyx May 21, 2018

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is a redundant import, I've deleted it

Copy link
Contributor

@zolotyx zolotyx left a comment

Choose a reason for hiding this comment

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

Please check my comment

@tamazlykar tamazlykar merged commit 46927ba into bwsw:master May 22, 2018
@tamazlykar tamazlykar deleted the 997-cidr branch May 22, 2018 08:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants