Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Implement switch #201

Merged
merged 6 commits into from
Sep 28, 2017
Merged

Implement switch #201

merged 6 commits into from
Sep 28, 2017

Conversation

jfcere
Copy link
Contributor

@jfcere jfcere commented Sep 9, 2017

Switch implementation

✔️ Ready to be reviewed/merged

  • Initial draft for switch component
  • Update README.md for available components
  • Add demo page
  • Add form-validation example for switch (non-applicable)
  • Bullet proof switch
  • Implement unit/view tests
  • Materialize 0.100.2 / JQuery 3.2.12 merged into PR

@jfcere jfcere added this to the 1.6.0 milestone Sep 9, 2017
@jfcere jfcere temporarily deployed to ng2-materialize September 11, 2017 15:00 Inactive
@jfcere jfcere temporarily deployed to ng2-materialize-pr-201 September 11, 2017 16:11 Inactive
@scote scote self-assigned this Sep 26, 2017
@@ -3,7 +3,7 @@ import { ModuleWithProviders, NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

import * as Badge from './badge/badge.component';
import * as Badge from './badge';
import * as Button from './button';
import * as Card from './card/card.component';
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove .component like the others.

@scote scote merged commit f3b146e into master Sep 28, 2017
@scote scote deleted the switch branch September 28, 2017 12:35
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.

2 participants