Closed asazanowicz closed 8 years ago
@AndreiSazanovich I would recommend using angular material team base codepen and then add your html/js/css to it. https://codepen.io/team/AngularMaterial/pen/RrbXyW
Plus I strongly recommend going to the latest version of Angular Material, there are lots of improvements and more stability.
I'm not sure, you posted the complete Plnkr?
There are many things missing:
<body>
(ng-app="MyApp"
); text/ng-template
or a inline-js template)angular.modulue('MyApp')
)servicesModule
)Closing this, because the demo is completely wrong / invalid. In addition to that, the hiding of a dialog works fine for me. If there are any updates, please let me know!
Yes. It was completely another problem. Thanks, guys
-----Original Message----- From: "Paul Gschwendtner" notifications@github.com Sent: 2/28/2016 18:40 To: "angular/material" material@noreply.github.com Cc: "AndreiSazanovich" info@bilinksoft.com.pl Subject: Re: [material] $mdDialog doesn't hide (#7083)
Closing this, because the demo is completely wrong / invalid. In addition to that, the hiding of a dialog works fine for me. If there are any updates, please let me know! — Reply to this email directly or view it on GitHub.
Hi. I have a problem with mdDialog. Dialog appears on error with all data I passed. But when I try to close it on ng-click = closeDialog, nothing happens. Here is a code: http://plnkr.co/edit/YAvQVPR6emgRf8gL9xS7?p=catalogue AngularJS v1.4.7 Angular Material v0.11.4