You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I have creating a custom build, including the following modules:
Modal
Tabs
Everything works great. And when I want to add the dropdown module. This is my error logs:
Uncaught Error: [$injector:modulerr] Failed to instantiate module fw due to:
Error: [$injector:modulerr] Failed to instantiate module ui.bootstrap due to:
Error: [$injector:modulerr] Failed to instantiate module ui.bootstrap.dropdown due to:
Error: [$injector:nomod] Module 'ui.bootstrap.dropdown' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
Do I require specific dependencies for the dropdown module to work ? I thought that will be same as the other modules.