Questions tagged as 'angularjs'

1
answer

Erase Logs in Firebase

I'm developing a small chat using Firebase . My intention was to make login in my application and save usuarioLogado to the database and to make logoff delete that user from the database. Currently I can only save the us...
asked by 19.11.2015 / 11:21
0
answers

Select gallery image and send by post?

I am creating a new user registry and in this register the user must choose his profile image (mandatory). I can return the gallery image but the image name does not return, the return is that: localURL: "content://media/external/images/media...
asked by 19.11.2015 / 13:58
1
answer

Why is not the subheader displayed?

I'm trying to create a search bar, I'm using bar-subheader for this, but it does not display. How to do this? <ion-view view-title="Empresas"> <div class="bar bar-subheader item-input-inset padding"> <label class="...
asked by 22.12.2015 / 21:02
0
answers

Returning child routes in an abstract view in Angular JS

I am making a directive to create a Wizzard system, where the navigation of this wizzard will depend on the number of routes that is defined in a parent route (abstract). I need to know if there is any way I can start a controller when I bring a...
asked by 19.11.2015 / 14:01
0
answers

Help with $ angular filter

I'm doing a modal screen search of a system I'm doing, and am encountering the following problem when implementing the filter: I'm filtering an array of objects in a ng-repeat, each object has 3 fields, however I want to filter only two, I tried...
asked by 04.11.2015 / 17:54
1
answer

Does not read the backend in View - Ionic + AngularJs:

I can read my backend, but I can not show the data in my view, what can I be doing wrong? In my controller I did the following, and I asked to read my backend: .controller("restaurantesCtrl", function($scope,$state,$ionicScrollDelegate,$htt...
asked by 06.07.2016 / 20:18
1
answer

Spring and Jasper - Browser does not understand streaming for download

I have an application that uses jasper-reports version 6.2.0 with spring-mvc version 3.2.14, java-ee-7 , tomcat 8 and on the front end we use angularjs . The requests rest are made via ajax . Spring perfectly understands the object...
asked by 01.12.2015 / 18:25
0
answers

Tooltip unique in 2 elements (one body and 2 arrows)

I do not know if the native code of Bootstrap allows this for the tooltip or popover . I have 2 links and I need to do some way to create a tooltip or popover that can merge both links with 2 arrows. ┌=======┐ ┌=======┐ └===▼===┘...
asked by 01.12.2015 / 01:20
0
answers

Problem with ui-router in angularjs [closed]

I'm in trouble when I'm trying to make GET on the API to get information. The problem is that the webserver is not calling the API. I must fill in the ng -model field named. The following part of the code APP.js. .state('highways.id', {...
asked by 14.12.2015 / 17:29
1
answer

Problem with displaying HTML content using this.props.children with ngReact

I'm trying to present the content I inject into an Angular directive within a React component. See below the call to the component: <alert type="'danger'"> <strong>Alert</strong> Voluptatem facilis magnam, optio pr...
asked by 08.12.2015 / 20:30