Questions tagged as 'angularjs'

0
answers

Angular and HTML - I can not display bank information in HTML

I would like to display the information from the database, it is correctly pulling information, and it is shown on the console that there is an array of 35 items to be shown but I am not able to display them in html. <div ng-app="Chamados"...
asked by 18.10.2017 / 15:22
0
answers

Font size of android influencing the navbar of the app

I'm developing a hybrid app with Cordova using AngularJs with Materialize. In it you have a navbar with the button to open the side menu and the title of the page. It is working everything normal, however I use in my android mobile the smaller f...
asked by 26.10.2017 / 15:47
1
answer

Create a directive that forces a form's bind

Following a publication of Fernando Mantoan , the It looks like a simple thing, it's a directive: myApp.directive('forceBind', function() { return { require: '^form', priority: -1, link: function (scope, element, attrs, form) {...
asked by 16.10.2017 / 08:02
0
answers

How to record add and save item in the file in angular?

I'm trying to use this example : But I'm not getting it serious. That is, I enter data and save, but when I update the page undo the changes, and in the file does not add new items. All the examples I tested happen the same. I think there...
asked by 24.10.2017 / 20:23
1
answer

Progress bar Angular js

I use the $http of angular JS to work with web-services, does anyone know how to create a progressbar using this method? $http.get( "json.php?action=3" + "&id=" + id + "&val=" + $("#v"+id).val() + "&ajax_se...
asked by 10.10.2017 / 19:55
1
answer

Angular - How to pull a request from another page

I was studying angular and wanted to pull the information off the main page, but I'm not able to pull the javascript out. page repeticao.html: <!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularj...
asked by 20.10.2017 / 18:55
1
answer

How to leave column minimum size of a table in css

I need to leave a minimum size in the description column so that very large descriptions break a few lines, I know only to put the fixed size, but not the least it can reach ps: she's responsive!     
asked by 28.09.2017 / 23:19
1
answer

PHP + Angular, help me with a simple example

I've never used a framework at all. I've always had it all on my nail for years. Sunday I started to see about the angle, but I'm bumping into something that should be minimal, but I can not: get data from a php file and put it in my view. Here...
asked by 29.09.2017 / 00:46
1
answer

Firebase Deploy presents message for being 'waiting for APIs' to enable

Talk to me, I'm doing my first deploy on Firebase, and I came across this. Unfortunately, I have not found anything in the interwebs about, and I'm always following you, is there anything I can do to solve this problem? i deploying databas...
asked by 03.10.2017 / 20:12
0
answers

ng-click is not fired within a label (Angular1)

Good afternoon, In my project, I have a component that is shared by different components. This component is called toggle-switch-input. This component serves to allow the filtering of some values in a list, and each item has a slider which,...
asked by 09.10.2017 / 19:06