Questions tagged as 'angularjs'

0
answers

Phonegap facebook api no angularJS

According to this project link , I installed via git-shell, this plugin in my phonegap, I went to the folder and ran the shell. Good At least, in this tutorial, I had nothing else to explain, but when I call facebookConnectPlugin it is...
asked by 16.04.2016 / 02:05
0
answers

Ng-model with Button

Good morning, I make a loop to get "name" in an array and each "name" has variables with information. I need ng-model to get the value of "name" when I click the "button" so yes I can loop inside this "name". <div class="list-group" ng-repe...
asked by 15.04.2016 / 16:44
0
answers

Updating data in Google Maps

I have an Ionic app that makes use of google maps and displays information registered by the user through a form. Every time the user enters new data, these new data must appear on the map. My question is, how to monitor, change the information...
asked by 08.04.2016 / 22:52
0
answers

Inject facebook api into the controller of AngularJS

This function is called by a ng-click on a button in my view, but is not returning anything on the console. Can anyone help me? $scope.shareContent = function(){ window.fbAsyncInit = function(){ FB.init({ app...
asked by 14.04.2016 / 19:58
1
answer

AngularJs reset to default option with ngOption

When the addAgent method is triggered the item is added but the selected option continues and the default option should be selected again. Controller $scope.addAgent = function (selectedAgent) { if (null == selectedAgent) { a...
asked by 14.04.2016 / 22:54
1
answer

Return JSON Function Data and Fill DIV

I want to learn how to retrieve data from a function that does a GET in an API and returns me the JSON. I want to retrieve the data and populate a list ... with ng-repeat . It's happening to come undefined and then I do not even know...
asked by 30.03.2016 / 21:03
1
answer

Best way to preload AngularJs in an Ionic app

I'm having a question about apps architecture. I have an IONIC project where the app saves some basic data in the local storage so you do not have to ask for the user's login every time it is opened. But this data is essential for the rest...
asked by 27.04.2016 / 19:21
1
answer

Status 200 data undefined angularjs

I am mounting an application in angular, where I give http.get in a url, the status comes 200, but the date comes empty. In the api where I mounted, I return the array in json, and in the webservice in the angular, I apneas give http.get and the...
asked by 24.03.2016 / 23:28
0
answers

Filter data of different controllers in Angular

I'm having a hard time filtering client systems within select . I'll explain: I have client A which has 1 and 2 system, I have client B 3 . When selecting the client within select , I want the select to pull only the system...
asked by 24.03.2016 / 15:14
2
answers

Problems with navigation bar

Good morning. I have a screen with angular material in which I simulate the flexnav of the design material. andwhenIscrolldownthescrollis: However,justasthescreenloads,itlookslikethis: I'vedonealotofJavascriptandIhavenotbeenabletosolvethispr...
asked by 22.03.2016 / 15:08