Questions tagged as 'angularjs'

2
answers

Problem trying to get $ form scope with Ionic

I have the following form that is inside a modal: <form name="usuarioForm" novalidate=""> At the end of this form I have a button where I pass the object that was filled to a function, and in that function I try to clea...
asked by 27.10.2015 / 19:11
1
answer

How to update model when done ng-change in angularjs?

Good evening, I have two select option the first one I have a ng-change that filters by php the data that will be shown in the second select what happens and that it filters well by the browser console I can see that it f...
asked by 28.10.2015 / 21:34
0
answers

ExpressJS can not get / route in Openshift, but local works

I have a project with the following structure: server.js /node_modules /build vendor.js main.js index.html I'm using express , and angular 's ui-router . Within server.js I have the following cod...
asked by 11.11.2015 / 02:27
0
answers

Upload images for the first time on a site

On this site www.nomalism.com there is a problem: When you open the site for the first time, especially in the store (search option or search ) it is noted that the images appear blurred or disproportionate. We do F5 and then they appear corre...
asked by 21.10.2015 / 15:18
0
answers

Help to convert jquery rating function into angularjs

I have a site where I have an evaluation system that works fine with jquery, now I'm making the mobile app for this site and have to have the same evaluation system as I am new at angularjs needed your help to convert the script that I have in a...
asked by 14.10.2015 / 16:53
2
answers

Problem retrieving form data in angularjs

I have a mobile app I have a form that does a filter by districts and counties what happens and is not redeeming the data selected at home select the triggered button does nothing. Controller .controller('FiltraEstabelecimen...
asked by 14.10.2015 / 18:44
1
answer

How to convert json array to an object in angularjs?

I have a mobile app, I have a array to be generated through php what I intend now and in angularjs transform the array into an object because when I want to get for example the id gives undefenid because it is like array and...
asked by 12.10.2015 / 21:21
0
answers

Why does ng-repeat not work in json php?

I have a mobile app where I make a ng-repeat to list a photo gallery that well through JSON php what happens and that I think I have everything but not list me any image I already tested query sql directly in sql and...
asked by 10.10.2015 / 21:02
0
answers

AngularJs keep $ http result cached

Well, folks, I'm putting together an application that involves a lot of navigation and data visualization. It would look something like this: There is a customer table (+500 registered) with approx. 35 columns of informative data by customers...
asked by 09.11.2015 / 18:53
1
answer

Karma + mocha Error with module Angularjs

Summary I'm creating a seed for modular design with AngularJS + Browserify + BabelJS. I'm implementing the unit test part. Problem When I call the angular module it returns me the error    TypeError: module is not a function       at...
asked by 02.10.2015 / 21:33