Questions tagged as 'front-end'

2
answers

TabPanel does not work with angular

I'm making a screen that has some tabs, I do not have much familiarity with it, so I'm making an example: <div> <!-- Nav tabs --> <ul class="nav nav-tabs" role="tablist"> <li role="presentation" class="act...
asked by 10.05.2017 / 15:57
1
answer

Error in the configuration of RouterProvider of AngularJS

I imported the angular-route.js and made the following configuration: <script type="text/javascript"> angular.module("layoutxepa",["ngRoute"]); angular.module("layoutxepa").config(function (serialGeneratorProvider) { serial...
asked by 28.09.2015 / 17:10
1
answer

How to create subcategories with Javascript

I have this list: <li> <a href="" class="category-subtree-expandable">Vestuário</a> <ul> <li> <a href="" class="category-subtree-expandable">Feminino</a> <ul&...
asked by 30.07.2015 / 03:08
3
answers

Doubt about loading modules with requireJS and angularJS

I am studying a code from a former employee of the company and he used requireJS + angularJS. It created several modules with enough services etc, however, my question is: when using a service or a directive, does the require and the angular loa...
asked by 16.06.2015 / 14:56
4
answers

How to center a div with variable length and absolute position?

I have a question that is consuming me a lot of time, following: I need to center the counter of the image below, but it needs to be at the bottom of the screen (with position:absolute ) and div of it has variable size. Ifmydi...
asked by 04.04.2015 / 19:23
0
answers

Custom scrolling for carousel AMP-HTML ad

I'm working on a three-slide carousel template, using the carousel template from the AMP project. I have made available my template here . Among the project's premises, there are two that are mandatory: The second carousel slide has to...
asked by 31.10.2018 / 14:23
0
answers

When to carry out e2e tests in your application?

I'm starting to do e2e (end-to-end) testing, specifically on Vuejs projects with Spectron and Nightwatch . This question will have no code, because my doubt in this case is not with them, I am able to develop them theoretically well. M...
asked by 29.04.2018 / 15:36
0
answers

Is it correct to mix PHP code with HTML? [duplicate]

I'm restarting my studies in IT and I have this doubt. In the course I'm doing the examples show the php code mixed and inserted into the html code. Is this really what works in practice? I have a flea behind my ear telling me this is not good...
asked by 28.02.2018 / 19:04
0
answers

Why are there inconsistencies in my responsive page on the same resolution? [closed]

I'm developing a responsive landing page. The page behaves as follows: Greater than 1920px (Has the same root styling, but center page to center); 1920px (root) Full Styled; 1800px Adjusted; 1600px Adjusted; 1450px Adjusted; 1366px Full St...
asked by 05.07.2017 / 13:06
1
answer

Option width within select

I have <select> where the texts that are in <option> are very large. When you expand the <select> on the screen the options exit out of it. I need a solution for the whole text appearing on the screen, not...
asked by 24.03.2017 / 19:10