Questions tagged as 'angularjs'

1
answer

Angular ui-select not array filter

Using angular ui-select. Documentation u-i angular selection In a select input you want to show the names of the ports. <li class="col-xs-12 col-sm-6"> <div class="form-group"> <label>Port</label&g...
asked by 17.06.2017 / 02:05
1
answer

Problem with the mwl-calendar in the title of events

Hello, I need help Does anyone know how to eliminate that time frame when creating a title in the mwl-calendar? I've already tried with the event {   tittle: "some other title" } but the result always returns the text that gives it that...
asked by 16.06.2017 / 05:29
2
answers

Angular js Tables does not show rows

I'm starting with a sorting table and automatic filter with Angular. I want to use ng-table The fact is that no matter how much I try I can not get the app to display rows, I get the format of the tables with its two input fields for the fi...
asked by 19.06.2017 / 10:34
1
answer

AngularJS update record in database from form

I need the logic to correctly save or update (POST) a set of records. Using this resource that calls the database. TripResource.updateTrip = function(id,ship){ return $http.put(URL + '/trips'+'/'+id, trip); // .success(function(data, s...
asked by 21.06.2017 / 00:10
1
answer

Error ng-options in Angularjs

I am consuming a Ws which returns an array, and I present it in a select, the data is displayed well but I want to know how I give a default value this is what I have done <div class="form-group"> <label for="sel1">Categoría 1:&l...
asked by 02.06.2017 / 23:16
1
answer

Angular page ng-change

I'm using: link My question is the following: <uib-pagination ng-change="test(this, name)" total-items="totalItems" ng-model="currentPage" items-per-page="itemsPerPage"></uib-pagination> and my js $scope.test = functio...
asked by 02.06.2017 / 12:23
1
answer

Error in angularJS using CORS - Response for preflight has invalid HTTP status code 403 on angular post request

Dear, I have this code in angularjs: $http.post('http://localhost:8080/employee/' , $scope.alumno ,{headers: {'Content-Type': 'application/json'}} ).success(function(data){ if ( data.err === false ) { $scope...
asked by 02.06.2017 / 04:34
1
answer

how to hide ion-header-bar ionic 1

I'm trying to hide ion-header-bar so that the background image of everything is under the butoom back and the title this is the code of sight ion-view view-title="{{chat.name}}"> <ion-content class=""> <div cla...
asked by 31.05.2017 / 18:28
0
answers

problem with navigation on ionic v1

I'm doing a navigation between a tab and two views here my app.js configuration .state('tab', { url: '/tab', abstract: true, templateUrl: 'templates/tabs.html', cache: 'true' }) .state('tab.domiciliarios',...
asked by 31.05.2017 / 17:47
0
answers

The format and extension of the "file.xls" file do not match

When I save a file from angularjs with a content and save it to an excel file. I get that message in excel and I can not find the solution because for more headers I add is still coming out, some indicate that it is by the kb link others that...
asked by 23.05.2017 / 15:02