Questions tagged as 'angularjs'

0
answers

Run javascript at the end of a call to webapi

I get a list of objects from a webapi with visual studio, and I take it like this: $http.post('/sistema/api/Persona/Search', param).then(function (data) { //alert(data); return genericSuccess(data);...
asked by 07.05.2018 / 21:33
2
answers

Problems with angular select 5

I have this page html <div class="row"> <div class="col s12 m6"> <div class="card"> <div class="card-content black-text"> <h6><strong>Server</strong></h6>...
asked by 07.05.2018 / 02:34
1
answer

Problems with dynamic selection in angular 5

I have this html code, which belongs to a dynamic select that I build as a result of an info. that comes to me from a rest api <div class="row"> <div class="col s12 m6"> <div class="card"> <div class=...
asked by 07.05.2018 / 16:22
0
answers

How to show data in input with angular?

The idea is that pressing the "Edit" button will show the data in the inputs, but I can not find the error <tr> <td><input class="form-control" ng-model='materiales.codigo'></td>...
asked by 04.05.2018 / 05:00
0
answers

Error invoking module in angularjs

I'm trying to use grunt for my app in angularjs. I have my app.js file as follows: (function(){ "use strict"; angular.module('starter',['starter.features.controllers', 'starter.services', 'starter.directives']) ....... })(); in it...
asked by 01.05.2018 / 06:24
1
answer

AngularJS Material md-datepicker blank screen when selecting

I am trying to use a md-datepicker, and at the moment it is selected, the whole screen goes blank except the calendar. I would like to know if it is possible to eliminate this behavior. The example followed to create the calendar is this , and...
asked by 30.04.2018 / 12:47
0
answers

Error getting table with the property 'document.getElementById' in AngularJS

I am trying to get a table generated in html with the aforementioned property, for the generation of an .xls file If I pass the direct value, my .xls is perfectly accommodated as I require it: vmHome.table = "<table><tr><...
asked by 03.05.2018 / 18:32
0
answers

Ionic keyboard doesnt show in 4.1 and 5.1 version

Ionic issues showing keyboard in versions 4.1 and 5.1, this is the error I got. this is my local stack:    cli packages: (/ usr / local / lib / node_modules) @ionic/cli-plugin-proxy : 1.5.8 @ionic/cli-utils : 1.13.1 ionic (Ioni...
asked by 27.04.2018 / 21:10
2
answers

Why node_modules / @ angular / material / material "'has no member exported' MaterialModule '?

I'm trying to start with Angular but I really have trouble launching ng serve --open but I found problems: mike@mike-thinks:~/Documents/Coursera/Angular/conFusion3$ ng serve --open ** NG Live Development Server is listening on localhost:4200,...
asked by 26.04.2018 / 19:12
1
answer

how to update a table in a mysql database with Angular and Laravel

I am developing an application with Laravel and angular, I am bringing the data with Laravel and I show them with Angular. Controller in laravel: public function ListadoDimensiones(){ $dimensiones = Dimension::with(['categorias' => f...
asked by 25.04.2018 / 00:36