Questions tagged as 'angularjs'

1
answer

Ui-route More than one view

Hello, I work with angular, and I'm using UI-ROUTE I'm trying to put two views on the same page and n with you. Here's how I want the views to appear: WhenIclickon"My cadastral data" it is for him to display on the right side the info of the...
asked by 01.06.2016 / 03:53
1
answer

AngularJS, after select, save in another table

I created a function called buscarCep() which returns me the following object:    address_code: 453114, code_code: 15698, address_cep:   17052330, ... I have another function called salvar , where it saves this data along wit...
asked by 27.04.2016 / 17:03
1
answer

Rotating Banner

Hello, use angularJS and wanted to put it to change the slides every 10 sec. I already tried some codes and I could not. Does anyone have a tip? Here's my controller. (function () { 'use strict'; angular.module('scases') .controller('Banne...
asked by 16.05.2016 / 16:10
3
answers

Do not parse the bootstrap datepicker for dd / mm / yyyy - 400 Bad Request (POST)

I have a web application, basically pure wheel with JSP + AngularJS. The template I use from the bootstrap, did not have datepicker with AngularJS, so I'm using it with jQuery. I have on my screen, a modal with several fields, I could al...
asked by 07.01.2016 / 17:49
1
answer

How to use CHARSET correctly in AngularJS

I'm starting in Angular and I'm having a basic question .. When I pass data from one form to another presentation screen, the accented characters are being presented all messed up. Please help me to identify why the script below is not working....
asked by 26.08.2016 / 18:00
1
answer

Use variable with site address in HTML - Angular

Hello, I'm developing an angular site, but I'm having a hard time using the baseurl variable, which contains the base path of the site, in some things like links I can use, but inside a background-image or an ng-click , for example, it does...
asked by 23.03.2016 / 20:07
1
answer

I can not open modal (dialog)

I was using a bootstrap template, but as it was patchy (they had not paid) the company bought another bootstrap. But the way I rode the mode before does not work anymore. I can not open the template template with the data I need for editing....
asked by 22.01.2016 / 13:15
1
answer

Get the result of ng-repeat and use at moment.js

I have an application that uses ng-repeat to list information. One of this information comes with a date as an example below, what happens is that I wanted to use the relative function of moment.Js . My difficulty is to get this val...
asked by 18.02.2016 / 11:51
2
answers

Leaflet Map - Access extends

Hello, I'm using the "Angular Leaflet Directive" directive ( link ) with Leaflet map. My question is the following, is there the possibility of inserting some variable or scope in this extension? angular.extend(vm, { // ESTENDE AS PROPR...
asked by 19.01.2017 / 19:21
2
answers

How not to repeat random numbers?

I'm creating a rotating banner, and for this I use the random javascript that draws a position in the array and displays, this already works well, the problem is that sometimes it draws the same number at random and repeats what is being display...
asked by 16.12.2015 / 16:11