AngularJS Quiz App Tutorial (20/24) - More Bootstrap markup

preview_player
Показать описание
The writeup for this video:

Part 1 of this series:

The Git Repo for this project:

We are now approaching the end of this course but we still have a few more things to do. In this video we will start out creating the bootstrap html markup that we will need to nicely display our results page.

Support Me On Patreon

One Off Donations:

Bitcoin: 39iDX27ZSkYtRhUrH5r5YN128wEjwDmSYp
Ethereum: 0x38b3cBF8Ee3EeeeA33D1925bA0ce0e90c8EcFD46
Horizen (ZEN): znanBCHpWJecBwZZmft9r5QzbzRX4nQn6Dz

Check Out The Site!

SUBSCRIBE!

Join the Community!

Рекомендации по теме
Комментарии
Автор

+Hungry Turtle Code
The following button isn't working for me, tried everything. I am not using alias in the project and so far everything has worked fine. Please help:


<button class="btn"
ng-repeat="question in dataService.quizQuestions"
ng-class="{'btn-success': question.correct, 'btn-danger': !question.correct}"


<span class="glyphicon"
ng-class="{'glyphicon-ok': question.correct, 'glyphicon-remove': !question.correct}"></span>

</button>

priyankamalviya