S
S
Stanislav Botev2017-05-17 18:18:49
Layout
Stanislav Botev, 2017-05-17 18:18:49

How to implement pattern breaking?

Hello.
I'm making a small application to fill my hand.
The code is here
Live demo
1. You need to "split" the display of each "card" with the match into different pages with arrows switching.
2. The application does not work with the latest version of Angular (1.6.4) due to a bug with .success . How to correctly include .then ?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
L
Little Vasya, 2018-08-01
@emilov

If you don’t fool around, you can stupidly put a green background on the background, and then lay out blocks with inscriptions and make them fit the design, or you can do it through pseudo-elements :after :before , with shadows the same

S
Stalker_RED, 2018-08-01
@Stalker_RED

There are tutorials, and generators and libraries for this.
https://www.google.com/search?q=materialize+shadow+css

G
GiperScriper, 2017-05-17
@StasBotev

use

$http.get('matches.json')
  .then(function (){})
  .catch(function (){})

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question