Questions tagged as 'angularjs'

1
answer

AngularJs-Material how to change the md-datepicker Portuguese language

I'm trying to change the language of md-datepicker to Portuguese because the days of the week and months are in English, so it gets confusing to the user ... Is there any way to change this language? Format the fields for Portuguese? <divfle...
asked by 25.10.2017 / 14:04
1
answer

How Non-angular Abstract States Works

I'm working on an APP and I'm still learning the features of the angle. I have a route file and I was suggested to add the abstract: true parameter to prevent url navigation. But I've been researching more about it and I do not quite u...
asked by 20.12.2016 / 14:14
4
answers

How to select more than one item in a Select Option

Hello, I need to choose more than one option in a select eg I could have a checkbox inside the select but I do not know how to do it, can you help me? <div class="col-md-3"> <label st...
asked by 11.10.2017 / 16:42
1
answer

angular - Update values of radiobuttons with textarea

By popover I want to subtract the values of the radiobutton, who should come to a textbox of preference per line, then when the user wants to add options just insert a new value in the next line. <divng-repeat="controle in dataform.contro...
asked by 18.11.2016 / 02:09
1
answer

Show modal data by angular ui

Hello By clicking on the link: <a href="" class="btn btn-info btn-block" ng-click="editarCliente(cliente)"> opens a modal ( bootstrap ) and should display the data contained in cliente . I'm using angular ui...
asked by 29.07.2016 / 19:41
1
answer

Create share button on Linkedin

I'm developing a Web Project and in this project it contains the button to share in Linkedin (custom). I've worked with sharing Facebook and Twitter and so far it's working fine, but I've never used Linkedin sharing, have anyone used it and c...
asked by 05.08.2016 / 20:01
1
answer

Angularjs: how to work with controllers separated by files

I use a service to make each route 3 requests http: one for the content that the server will generate in a part of the page, for a js file that contains its controller and for a css file. / p> My problem occurs when I load this script that con...
asked by 24.10.2016 / 00:55
1
answer

How to identify exactly which record has changed from one list to another? By ID

Hello. I have 2 lists being assembled in javascript, based on the rule: Do you have flag Automatically DispatchedNotes as true in the database? Then it stays in the Array: clientsDownloadTrue Do you have flag queryNotesAddressed Automat...
asked by 25.02.2016 / 14:10
1
answer

How to disable field and button in angularJS?

I have a text field and button to send that text. You are having a small delay , after I click the send button until the message is sent. Then I need to disable the text field and the button until the message is sent and appears on the screen,...
asked by 25.02.2016 / 20:33
2
answers

How to update $ scope.items after push execution?

JavaScript: var app = angular.module('app', []); app.controller('controlador', function($scope, $http) { $scope.user = {}; $scope.items = []; var sum = 1; $scope.submitForm = function() { $http({ method...
asked by 01.01.2017 / 20:55