javascript - separate background image for one page angularjs -



javascript - separate background image for one page angularjs -

i have angularjs project, have splash screen (home.html), gallery page , page.

i trying set image display on splash page only. have set pageclass in controllers, cant seem set separate css style typing:

.home.body { ... }

but doesn't work. have tried absolutely every solution find on here , other tutorial pages, can't seem working. new angularjs more have done wrong!

can help me on adding background image 1 page? not sure code want see.

html

<body class="home"> .... </body>

css

body.home { ... }

javascript css angularjs

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -