Questions tagged as 'angularjs'

2
answers

Forms on Ionic [closed]

** Ionic ** I am developing an assistance app for my school, one of the pages, it has a button to add, I want that when I press the button, it takes me to a form, where you can put your name and surname, and when you click on the button that...
asked by 09.03.2018 / 22:36
3
answers

Create a website with related search [closed]

Good morning, everyone. I want to know what I would need to create a website that stores the current and updated prices of different known web pages. I'm doing a project and I need help.     
asked by 03.02.2018 / 11:15
1
answer

Why does not my component detect changes if I execute their methods from another component?

I have 2 components called a slider and another called nav in the slider view I use [className]="myclass" to assign it a class from the myclass variable, when I make changes from the same componet slider, this variable changes normally but wh...
asked by 29.12.2017 / 18:08
2
answers

Angular - Different CSS style sheets for the same component

I have a section that is repeated in several components and CSS styles are the same for all of them. To make the code cleaner, I have removed the repeated styles from each of the CSS style sheets of the components and put everything in the style...
asked by 29.12.2017 / 20:53
2
answers

Tables other than the model

I have a project that we are managing by models in back and front (angular-spring). I made a personalized consultation, to bring me the data in the model, and it brings them well, but if I enter the capture form when trying to save them,...
asked by 27.12.2017 / 21:08
1
answer

Load username PrimaryKey in url?

Good evening. I have a simple question, I am trying to list a list of variables from a MYSQL bd using its first and key. So far so easy, the complicated thing is that my route is like this projectName.com/primaryKey But I want it to b...
asked by 21.12.2017 / 02:24
1
answer

Integrate a angular datepicker with my application

I have a problem that I do not know very well how to integrate an angular angle datepicker for my application I have been trying to do it but I do not know where I have the error I show you my controller app files etc .. controller.js: myAp...
asked by 21.12.2017 / 16:52
1
answer

how to assign the value of a variable django to a variable in angularjs

Greetings, I have the following problem with my django application, I use swwetAlert to show messages in my web interface, but I want the message that is generated in my view to be displayed in my template, for this I need to store in a javascri...
asked by 09.01.2018 / 20:46
1
answer

Pass date from one input to another in AngularJS

Hi guys what I want to do is pick up the date that I put in one of the inputs see: create.html <div class="form-group"> <label for="fechaInicio">Fecha de la cita:</label> <div class="input-group date fecha">...
asked by 08.12.2017 / 23:16
1
answer

I'm getting: Data column (s) for axis # 0 can not be of type string

I have a small function that is responsible for obtaining a series of data: AngularJS $scope.importarEstadisticas = function() { $http({ method: 'GET', url: 'mainApp/Estadisticas/estadisticaMeses.php' }) .then(functi...
asked by 27.01.2018 / 17:53