This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Error: [$injector:unpr] Unknown provider: $$qProvider <- $$q <- mdTabsPaginationDirective #892
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels