Questions tagged as 'angularjs'

3
answers

$ scope Form Angular Directive

I'm having trouble creating a directive at the following point. I have a list of data, and in this list I have a controller callController, and in this list page I have a modal that calls a template made with the directive: angular.module('...
asked by 09.11.2015 / 19:08
1
answer

Uploading Angular Files

I have a button where I select a file, I would like to upload this file to my server ( Java + Vraptor ). I can already get the file and also save the file name in the database along with the data of the collaborator. Now we just need to se...
asked by 28.09.2015 / 16:53
1
answer

How to create a query form with Angular?

Person, how do I create a form with some fields to query for example: Name and Phone and a Query button to send this data to the backend query and display in another view the return in a PivotTable. I can do this using Service normally, but i...
asked by 28.09.2015 / 21:01
1
answer

Why does ngcordova share not work?

I have a mobile app and am using the ngcordova plugin, cordovaSocialSharing . But when I did as the documentation, when I click on sharing nothing happens. Controller .controller('ShareCtrl', function($ionicPlatform, $scope,...
asked by 26.09.2015 / 19:00
1
answer

Display results centered on a table

I want to display the data by a ng-repeat in a table, it puts the correct data but always to the left of the table cell, I already tried to add <td valign="middle"> but without success. <table class="table table-bordered...
asked by 20.10.2015 / 12:52
1
answer

How to use sessions created in php no angularjs (Ionic)?

Good evening, I am creating an app in ionic and angularjs I made login through an ajax request to php which in turn verifies and validates everything through the database, the only problem I am have and how after l...
asked by 07.09.2015 / 01:19
1
answer

Research developed in AngularJS

I'm completely "zero" in angularJS and need to improve the search functionality on this link site that was not developed by me. At this point the search is "stuck" to the list of features that hang over the search box, not allowing a free s...
asked by 14.10.2015 / 13:43
1
answer

Bank data does not appear on screen, using angular and php

This is my Angular code: <script> angular.module("fluxo", ["ngRoute"]); angular.module("fluxo").config(function ($routeProvider) { $routeProvider.when("/entradas", { templateUrl: "views/entradas.html",...
asked by 14.11.2015 / 20:08
1
answer

Basic Auth with Ionic and AngularJS?

I'm an Android / iOS native developer and now I'm starting to study Ionic for hybrid development. I need to make a connection with a webservice that uses Basic Auth and I'm not finding how to do this, I found some examples with a lot of written...
asked by 10.11.2015 / 17:29