Questions tagged as 'angularjs'

1
answer

Can not read property 'length' of undefined

**HTML Binding** {{total() | currency: 'R$ ' : 2 }} **Função** $scope.total = function(){ for (var i = $scope.custos.length - 1; i >= 0; i--) { total += $scope.custos[i].valor+total; } return total; }...
asked by 24.08.2016 / 19:20
1
answer

Placeholder does not identify characters

I have a problem with a placeholder and a login page, <div class="group"> @Html.TextBoxFor(t => t.Email, new { required = "required" } ) <span class="highlight"></span><span class="bar"></span>...
asked by 24.08.2016 / 16:33
1
answer

problem with submit

I have the following code in my form: <div class="uk-grid"> <div class="uk-width-1-1"> <button type="submit" class="md-btn md-btn-primary" ng-submit="frm.$valid && Salvar(registro2)">Submit</button>...
asked by 12.08.2016 / 01:26
1
answer

Error while trying to connect the application database also in the browser

I'm trying to test the sqlite database of an app also in the browser, but using web sql , I got to research and test some things, but so far nothing has worked. My% cc_defile is thus, and when I run the application on the emulator /...
asked by 04.08.2016 / 05:53
1
answer

How to insert a dataset from an array in WEBSQL with Ionic?

I want to insert a dataset into a local table (WEBSQL). The way I'm doing just inserts the last set of array, I wanted to store all the objects. To create my WEBSql I created this JS: (function(){ "use strict"; angular.module("nhaac...
asked by 07.09.2016 / 20:44
1
answer

Protractor test, how to get an md-button?

I'm using Protractor to test a system made in Angularjs and Material, I'm having problems with the locator when I want to get a specific md-button on a form and execute the click (). The button's hmtl is this: <md-card-actions layout="colum...
asked by 20.07.2016 / 15:02
1
answer

Keep selected a combobox with angle

I'm using angularJs to populate the data of a form within a modal. I have a editarSolicitacao(solicitacao) function that is executed from the click event of the button. When the modal opens the field is selected however the selection disa...
asked by 09.08.2016 / 19:07
1
answer

I installed the bower, gulp but I do not know which file to edit [closed]

I bought an internet theme called FUSE ANGLE JS at documentation it, he explains that I should install npm, bower, gulp and etc ... then he asks me to run the following command gulp serve , and then some page from the beyond is loaded...
asked by 24.11.2016 / 02:34
2
answers

Error XMLHttpRequest (Ionic + Laravel)

Good morning! I'm developing a hybrid application using ionic, when I try to send a post to my server (laravel) the error below occurs:    XMLHttpRequest can not load link . In 'Access-Control-Allow-Origin' header is present on the requested...
asked by 15.07.2016 / 14:11
1
answer

SELECT tag is duplicating with MaterializeCSS and AngularJS

So, I have a select view, according to the code below: <select ng-model="Dashboard.FiltroChamadas.grupoSelecionado"> <option value="" disabled selected>Selecione um grupo</option> <option ng-repeat="grupo i...
asked by 14.07.2016 / 23:44