Questions tagged as 'angularjs'

1
answer

synchronize two screens

I'm starting to develop a rails calendar system and I have the following problem: Let's say I have two screens open in the calendar: 1.1 - First screen is opened on the doctor's computer. 1.2 - Second screen is opened on the secretary...
asked by 08.04.2015 / 14:47
4
answers

JavaScript money format with AngularJS and jQuery

Good morning everyone. Next, I need to make when the user exits with the focus of the field or when typing it, format this field according to the format of money, first in the Brazilian format. Example: 14700.25 or 14.00. Without the dots,...
asked by 10.07.2015 / 15:00
3
answers

Input of type NUMBER does not consider maxlength

I have the following HTML: <input ng-model="idade" type="number" maxlength="3" placeholder="Informe a idade"> When I go to test, input ignores maxlength and lets me type as many characters as I want. Strangely,...
asked by 26.12.2016 / 13:55
1
answer

Problems with select component

I have a problem submitting my list of items from my select. In my HTML I use ng-repeat to list all items, and when my screen loads my first and only item is: {{list.name}} , when I click on that item {{list.name} , then load the list corre...
asked by 13.06.2017 / 21:28
2
answers

Incompatibility between Blade and Angular JS in Laravel 5

I'm having trouble using AngularJS along with Laravel's Blade. After searching this site myself, I discovered that to resolve the conflict with Laravel the most recent method is using @{{}} in variable calls. The page is loaded, a...
asked by 10.01.2017 / 19:57
1
answer

Why do native angular directives start with NG?

I always wondered, but finally I had the courage to ask: What is the meaning of NG in angle libraries? Apparently it has nothing to do with the word Angular with the prefix NG . Is there any plausible explanation for this?     
asked by 02.08.2016 / 17:40
2
answers

Why use AngularJS?

I've been researching a lot, but I can not understand why I use AngularJS, since I use pages .php so the bank returns, CRUD and etc. I deal directly in the .php pages, bank records lists, insert and such things. Where and how ca...
asked by 18.04.2016 / 02:26
3
answers

Problem marking all checkboxes

insira o código aqui How do I proceed to mark the input's checkbox? It's just unchecking. Here are the codes for help: HTML <div class="col-md-11"> <div style="text-align: right;" class="checkbox"> <label><input...
asked by 17.02.2017 / 17:52
1
answer

What is the $ scope? $ apply?

I've seen in a code the $ scope. $ apply that uses AngularJS, what's it for? In the context you are in it is this way: var a = function(param){ $scope.$apply(function(){ var image = document.getElementById('img');...
asked by 05.11.2015 / 13:58
6
answers

How to display php / mysql and AngularJs data?

I'm trying to do a test with PHP + MySQL + AngularJS and I was left with a question about how to handle the bank data with angular and send to screen, I have the following codes: con-bd.php <?php .... $conn = mysqli_connect($host, $us...
asked by 14.04.2015 / 14:13