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...
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...
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...
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...
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...
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...
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...
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...
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',...
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...