[AngularJS] Angular 2 material menu item ripple effect do not clears.

2016-12-21 Thread Amal Gupta
The ripples don't get removed in case of md-menu in angular 2 material. Below is the screen shot attached. The issue is coming on firefox and sometimes on chrome. Grey color do not get removed from the previously selected item.

[AngularJS] canDeactivate changes the url even on returning false.

2016-12-11 Thread Amal Gupta
I am facing an issue with canDeactivate on clicking browser back. Following are the steps to describe and replicate the actual problem: 1. VIEW_1 -- navigate to --> VIEW_2 2. VIEW_2 -- navigate to --> VIEW_3 3. (backButton) --> return false --> stay on VIEW_3 4. (backButton) --> return true -->

[AngularJS] Date range picker in material design

2016-12-02 Thread Amal Gupta
Hello, I am working on an application in angular 2 with material design. I am searching for a suitable date range picker for my app. Currently date picker is not yet implemented in angular material 2. Can anybody recommend a possible solution for the problem? -- You received this message bec