Topic: Dropdown in menu component MDB-Angular
ernestolgodoy
free
asked 8 years ago
Hello,We just purchased MDB 4.3.7 for Angular. I'm confused as to why the snipet below does not work. I understand that for the Angular version I don't need to have references to either jQuery or Bootstrap in the main html file.
<li class="nav-item">
<divclass="dropdown">
<!--Trigger-->
<buttonclass="btn btn-elegant dropdown-toggle"type="button"id="dropdownMenu1"data-toggle="dropdown"aria-haspopup="true"
aria-expanded="false">Dropdown primary</button>
<!--Menu-->
<divclass="dropdown-menu dropdown-elegant">
<aclass="dropdown-item"href="#">Action</a>
<aclass="dropdown-item"href="#">Another action</a>
<aclass="dropdown-item"href="#">Something else here</a>
<aclass="dropdown-item"href="#">Something else here</a>
</div>
</div>
</li>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Dawid Adach pro commented 8 years ago
Dear , tour questions is marked as resolved, does it mean that you have found the bug? If not could you please share your source code with us ?ernestolgodoy free commented 8 years ago
Was looking at jQuery sample instead of Material Design for Bootstrap 4 (Angular) sample.