JSFiddle - React, Tailwind, and code Playground
by Keith Jeter
JavaScript
angular.module('gvmItems', [])
.controller('GvmController', function($scope) {
$scope.fighters = [{
name: 'Chalstolce',
fullname: 'Chalstolce Macabre',
img: 'http://greyvoth.com/gvm/img/char/chalstolce_gvm_char.png',
house: 'Dark',
job: 'Macabre King',
style: 'Dark Sword Killer',
weapon: 'God Bleeder',
weaponshot: 'http://greyvoth.com/gvm/swordsayers/img/Shana-full.png',
special: 'Dark Fury',
personality: 'Vile',
actionshot: 'Bleeding Cut',
actionshotlink: 'http://greyvoth.com/gvm/swordsayers/img/Kendo-full.png',
gallery: '1'
},
{
name: 'Crin',
fullname: 'Crin Robinson',
img: 'http://greyvoth.com/gvm/img/char/crin_gvm_char.png',
house: 'Robe',
job: 'Robe King',
style: 'Light of Hope',
weapon: 'Star Dusk',
weaponshot: 'http://greyvoth.com/gvm/swordsayers/img/Shana-full.png',
special: 'Lit Fury',
personality: 'Stoic',
actionshot: 'Sword Mastery',
actionshotlink: 'http://greyvoth.com/gvm/swordsayers/img/Kendo-full.png',
gallery: '2'
}, {
name: 'Lem',
fullname: 'Lem Bevin',
img: 'http://greyvoth.com/gvm/img/char/lem_gvm_char.png',
house: 'Wolf',
job: 'Wolf King',
style: 'Hard Claws',
weapon: 'Basilisk',
weaponshot: 'http://greyvoth.com/gvm/swordsayers/img/Shana-full.png',
special: 'Time Stop',
personality: 'Nervous',
actionshot: 'Wolf Duo',
actionshotlink: 'http://greyvoth.com/gvm/swordsayers/img/Kendo-full.png',
gallery: '3'
},
{
name: 'Yosh',
fullname: 'Yosh Baskerville',
img: 'http://greyvoth.com/gvm/img/char/yosh_gvm_char.png',
house: 'Robe',
job: 'Robe Knight',
style:...