While adding the below code for tab, getting Error: [$injector:unpr] Unknown provider: $$qProvider <- $$q <- mdTabsPaginationDirective
It's working properly using without ionic, but while adding the control into ionic project getting the error:
<md-content>
<md-tabs>
<md-tab label="Tab #1"></md-tab>
<md-tab label="Tab #2"></md-tab>
<md-tab label="Tab #3"></md-tab>
</md-tabs>
</md-content>
Resolved:
Need to replace the provider service from where $$q to $q in angular-material.js