Questions tagged as 'angularjs'

1
answer

Sort elements on canvas with CSS

I'm replicating some buttons with "ng-repeat" with angular, but I'm having trouble sorting those buttons the way I want them. I want to see 4 buttons on the bottom left and 4 buttons on the bottom right. I can not use the slice because it would...
asked by 09.10.2017 / 20:28
1
answer

Error inserting data in postgree: column "test" does not exist

In% basic%, I'm getting the following node error: "Erro na inserção dos dados { error: column "teste" does not exist at Connection.parseE (C:\Users\SUPORTE\Desktop\NodeFINAL\appFinal\app1\nod modules\pg\lib\connection.js:546:11) at Co...
asked by 27.09.2017 / 16:13
0
answers

Unexpected Token

I am making an application with angularjs and the error "Uncaught SyntaxError: Unexpected token <" keep firing Follow the code js angular.module('alurapic').controller('FotoController', function ($scope) { $scope.foto = {} $scope.submet...
asked by 27.09.2017 / 14:19
1
answer

Mascara AngularJS

I am using AngularJS and in my form I have some fields that need masks, until then I have already done it, I used ui.mask . var app = angular.module("empresaApp",['angularUtils.directives.dirPagination','ui.mask']); My input lo...
asked by 26.09.2017 / 21:01
1
answer

How to keep a checkbox checked after filtering

<div ng-repeat="post in posts | filter:{components:component} | filter:{classification:class}:true"> <ul> <div class="selected-{{'{{charter.selected}}'}}" ng-hide="post.charters.length <= 0" ng-repeat="charter in...
asked by 11.10.2017 / 16:28
1
answer

Select values from another table with more than one row in WebSQL

I'm using Ionic + Cordova + WebSql. I have basically these tables, partners and partnerEnderecos. The address table can contain more than one row for each partner. How do I return these values? I create the tables like this: databaseValues....
asked by 22.09.2017 / 17:38
0
answers

Error: [$ injector: unpr] Unknown provider: $ scopeProvider - $ scope

I'm getting the following error while running my test:    Error: [$ injector: unpr] Unknown provider: $ scopeProvider
asked by 22.09.2017 / 21:36
1
answer

How to display JS objects in the view

There is already a question from our friend Vinicius Scaramel with this problem, but there is no solution answer, so come on: I'm bringing an object in the format JSON via http.get to Ionic , (using AngularJS), but when...
asked by 22.09.2017 / 17:12
1
answer

Page does not work with Angular - beginner doubt

I'm starting with Angular but it happens to me what ever happens with the one starting the framework, but I'm not giving it a go. I can not do it and it works, it seems to me that something imperceptible breaks the operation of the script and it...
asked by 25.09.2017 / 19:21
1
answer

Hide Ion-tabs Ionic 1

I'm having a problem with the application's tabs. The application I am developing has a chat screen and on this screen I want to hide the tabs. I already tried to use $ionicTabsDelegate.showBar(false); the tabs really get the display: non...
asked by 28.09.2017 / 14:55