Questions tagged as 'angularjs'

1
answer

Display select edit mode in Angular handsontable

I have a handsontable with several rows, in each of them, there are editable cells, in each of these cells, there is a select. Could the select be made to be automatically displayed when the cell is in edit mode? Without having to press first...
asked by 30.06.2016 / 11:52
1
answer

Invalid date in safari and IOS (ionic framework)

I have the following Json with dates: nuevo=[ { "rr":"4-1-2016" }, { "rr":"4-2-2016" }, { "rr":"4-3-2016" }, { "rr":"4-4-2016" }, { "rr":"4-5-2016" }, { "rr":"4-6-2016" }, { "rr":"4-7-2016" }, { "rr":"4-8-2016" }, { "rr":"4-9-2016"...
asked by 23.06.2016 / 23:30
0
answers

execute Jquery code in AngularJS

I'm working with models and I have the following jQuery code: $('.progress-bar').each(function(i,e){ var $this = $(this); var $percent = $("<div class=\"percent\"></div>"); var $value = $this.attr("data-value"); $th...
asked by 23.09.2016 / 22:58
0
answers

Use a parameter in URL for certain states at the beginning of it

I am using angular router to work on my site. Right now a requirement of the system is to maintain an element that is crucial for the site in the URL but to be a semantic URL, I need that element to be at the beginning of the whole URL, long b...
asked by 22.09.2016 / 23:32
0
answers

Angular js- ng-repeat does not display the data correctly

I have a problem with this code. It turns out that I program the list as it is expressed in all the docs, the problem is that when I enter for the first time, I log in and enter that view the console.logs is executed but it is not seen in...
asked by 07.05.2016 / 01:43
2
answers

Move between views without losing data

I have a question with the following form with which I consult some records. By clicking on edit I show the following form The form would be completed with all the details of the previous query. Now what I want is to put a button that s...
asked by 27.07.2016 / 00:48
2
answers

How to use a ng-model with array

This is my code link I want to save one or several objects in an array, I have two selects with the same options, the user decides whether to fill the default option or fill several, It should be stored as follows: likes[ {sport: 'fu...
asked by 12.04.2016 / 00:43
2
answers

Active Session in ionic Framework (Sqlite)

I am using sqlite database in my app to save the session status and information of a user. What I am doing has worked for me but I have a problem: When validating if the status of the session is active, I will show the corresponding html view to...
asked by 12.04.2016 / 00:12
0
answers

Error implementing ngInfiniteScroll with an input type search and the browser viewport

I have some problems that I have not been able to solve, I would really appreciate it if you can help me. 1- I have an input type search in my ng-repeat to filter the articles but it only filters the first 6 articles that the ngInfiniteScroll...
asked by 01.04.2016 / 06:05
1
answer

Return null in SQLite

I try to save the name of a subject along with other information, but for some reason the name of the subject does not save. I try to save in the following way: Nombre_Asig = Horario[i].NombAsig; Asig_Nsp = Nombre_Asig.replace(/\s+/g, ''); Asi...
asked by 20.05.2016 / 02:04