Questions tagged as 'angularjs'

0
answers

* ngIf always shows me a second the div that hidden in ionic

I'm trying to show an image if a boolean is false so I'm using ngIf, the only problem is that when the boolean is true it shows me a second the image and then it changes to the div that is displayed when the boolean is false, I share the code:...
asked by 17.02.2018 / 21:23
0
answers

How to post information from a form to mongodb with angularjs

I'm doing a project with YOMAN ANGULAR-FULLSTACK (angularjs + node + mongodb) and I need to upload data from a form to a database. The problem is that so far I can upload empty content, but I do not know how I should do to load the fields I fill...
asked by 13.02.2018 / 15:11
0
answers

Upload multiple files with Angularjs

I'm trying to make a file upload through angular, I'm almost finished but it gives me a lot of errors. Here is my essay ** CODE 1 ** I have the following html code that works: var app = angular.module('myApp', []); app.contro...
asked by 13.02.2018 / 14:04
0
answers

how to request an "image / png" to a webservice.ashx from angular?

Can Ajax be used? in normal mode I would do it in the following way <script> var app = angular.module('myApp', []); app.controller('myCtrl', function($scope, $http) { $http({ method : "GET",...
asked by 14.02.2018 / 17:33
0
answers

AngularJS does not recognize the controller

When I open the page it does not throw a 'true' as it should, but it shows me {{ 2 > 1 }} as if it did not recognize the controller. What can I do? Do I have an error? I have to say that I am still learning how the recent version...
asked by 09.02.2018 / 14:24
0
answers

route problem $ routeProvider, angularjs

It turns out that I have an "admin" view that contains bootstrap design where I access a login to later enter the modules of the system, but within my routes I have one that should send me to a main page (other content) and this main page contai...
asked by 07.02.2018 / 05:49
0
answers

Generate automatic documentation for Ionic Framework

Good afternoon, I'm not sure but I think there are tools where it can be generated as a user / use manual (either in text or video format) for an already developed Ionic 2/3 App, or at least facilitate the processes of construction of said manua...
asked by 06.02.2018 / 20:08
1
answer

Error with select2 in angular 5

Good morning, I am trying to give these functions to a screen that I created select 2 examples ng2-select2 (it's the first select, the most basic) The problem is that apparently it is not supported for angle 5, only for angle 2 My error...
asked by 01.02.2018 / 00:52
0
answers

how to remove an element from an array in angular js

<!DOCTYPE html> <html ng-app="app"> <head> <meta charset="utf-8"> <title>formulario</title> <link rel="stylesheet" type="text/css" href="styles.css"> <script type="text/javascript" sr...
asked by 01.02.2018 / 02:12
0
answers

moment is not defined Angularjs

I am trying to solve this problem that marks when I go to build grunt ... I am using a librería of bower_components called moment . I'm doing this: var moment; but it does not work I do not know what other metho...
asked by 01.02.2018 / 16:17