Questions tagged as 'angularjs'

0
answers

Changing ngResource's save and using CORS (Cross Domain)

I'm developing an application with angular, and I'm having a problem with the ngResource module. I need to call a URL from another system, so I've already added the required headers in the other application. However in my request I need to ca...
asked by 06.05.2015 / 21:05
0
answers

build erases files

Would you like to know if someone has already gone through this? when I generate the app build IONIC ionic build android It deletes any other files that are inside the / js directory other than app.js and controllers.js What do I do?   ...
asked by 23.03.2015 / 14:48
0
answers

Displaying value in the field formatted by angular-input-masks

Good morning I successfully used the library: link to format value in monetary format. My problem is that when editing the value does not appear in the field, however the value of the field is filled, then save it it zeroes the value....
asked by 26.03.2015 / 20:14
1
answer

Uncaught Error: [$ injector: modulerr] - Asp.Net MVC

I'm having trouble loading the controller data into Angular. I do not understand, I followed the explanation step by step and I gave this error. var app = angular.module('app', []); app.controller('clienteController', ['$scope', '$http', cl...
asked by 08.10.2015 / 16:12
0
answers

Login Form AngularJS

Well, I'm starting from AngularJS and I have the following question: I have an HTML page index.html in it I load all the scripts from the project and initialize the app. Inside it I also have an ng-view where my other views are loaded which a...
asked by 10.04.2015 / 03:01
0
answers

Button to add a new form and a new AngularJS field

I need to ask a question and answer form, basically, as follows: It should allow to add several questions, each with at least 2 answers, where one of them should be marked as correct; Delete answers and questions, when deleting a question...
asked by 18.02.2015 / 13:57
1
answer

Using Resolve in AngularJS

I'm using resolves to verify that the user is logged in as follows: routeProvider. //... .when('/dashboard', { title: 'Dashboard', templateUrl: 'view/dashboard.html', controller: 'authCtrl', reso...
asked by 30.10.2014 / 21:30
0
answers

Save data by websocket [closed]

I'm developing a system using AngularJS and Websocket (PHP or NodeJS I'm still defining), where the form information I intend to save via socket, ie sending an array with the information and processing it to save to the database and returning th...
asked by 05.01.2015 / 17:46
1
answer

Call ion-view in function

I'm starting in Ionic and AngularJS, I already googlei enough and I did not find anything about this simple doubt. I can navigate well between ion-view "Page1" and "Page2" using the buttons: <ion-view view-title="Page1"> &l...
asked by 15.05.2015 / 17:54
1
answer

Boot Vectors Cordova + Angular JS

I'm new to development with AngularJS and I'm starting to create an application, where before getting to user login I need to validate if there is a SQLite database, if inside the database I have the server link and in the bank I have the licens...
asked by 14.05.2015 / 21:56