Questions tagged as 'angularjs'

1
answer

Angular - ng-pattern - Hours

In the code below I need to get the ng-pattern to receive 1 or 2 numbers, the format being in hours, that is, minimum 0 or 01 and maximum 24. <input type="text" step="any" value="" ng-model="" min="0" max="24" ng-pattern="/^([0-2]{1}[0-...
asked by 03.04.2018 / 20:35
1
answer

Can ExpressJS be used in production?

I recently saw a course where ExpressJS was used for backend testing in JSON for an application and I was amazed, but I came up with several questions: Could it be used in production? Can an alternative be the most used technologies currently in...
asked by 07.02.2018 / 18:13
1
answer

How to use an Angled Webhook?

I've never used any communication with Webhook, I'm currently receiving communication from the Moip Subscriptions API , when a new subscriber is registered I get a JSON with the event and subscriber information that was created. I'm using R...
asked by 03.03.2018 / 17:02
1
answer

Convert Blob to Non-angular String

Hello, I have a code in angularJS but it only works when I am in the browser debug. $scope.upload=function(){ var newFiles = []; $scope.carregando = true; angular.forEach($scope.files, function (item) {...
asked by 04.03.2018 / 05:50
1
answer

ng-model of an object

I have a controller: function ItemsCrtl($scope) { $scope.items = [ {id: 0, name: "PC"}, {id: 2, name: "GEladeira"}, {id: 3, name: "Fogao"}, {id: 4, name: "cama"}, {id: 5, name: "privada"},...
asked by 05.03.2018 / 16:20
1
answer

Chart.js does not appear on Android

App developed in Ionic. cli packages: (/usr/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 7.1.0 local packages: @ionic/app-scripts : 3.1.4 Cordova Plat...
asked by 24.01.2018 / 18:25
1
answer

Mount check box with 1 and 0 angular values

I have a screen that has a check box .. let's see; <div class="form-group col-md-9 pull-right"> <label>Ativo:</label> <label class="checkbox-inline"><input type="checkbox" ng-model="pess...
asked by 17.01.2018 / 00:49
1
answer

I can not load my Grid in the Angular

Look at my Angular Front End project Brewer-ui Now look at my Java Back-end project with Spring Boot Brewer Do not worry about my Back-end project, it's working fine, the problem is my angled Front End project, I'm trying to load...
asked by 08.01.2018 / 22:42
1
answer

Angular error message

I installed the bootstrap in the angle with this command: npm install bootstrap @ next --save and then include the path in the .angular-cli.json "styles": [ "styles.css", "../node_modules/bootstrap/dist/css/bootstrap.css"...
asked by 02.01.2018 / 18:14
1
answer

Create HTML Tag with Angular 5?

With angularjs I created a directive, and only imported using the tag and it was already available for use in any HTML file. I used this to center some visual objects that were repeated in various parts of the system, such as navbar, sidebar, me...
asked by 02.01.2018 / 20:37