Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to materializecss 1rc2 #2

Merged
merged 3 commits into from Aug 15, 2018
Merged

Conversation

samber
Copy link
Owner

@samber samber commented Aug 15, 2018

⚠️ sooo many breaking changes with both materializecss 0.100.x and infomedialtd/angular2-materialize 15.1.10

@samber samber merged commit 8a9403c into master Aug 15, 2018
@samber
Copy link
Owner Author

samber commented Aug 15, 2018

New api for materializeActions EventEmitter (component "methods"). Example with modals:

<div materialize="modal" [materializeParams]="[{dismissible: true, opacity: 0.7}]" [materializeActions]="this.modal">
    ...
</div>
this.modal.emit({ action: "open", params: [] });

instead of

this.modal.emit({ action: "modal", params: ['open'] });

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.

None yet

1 participant