I have the following table that filled it this way
<div class="panel-body">
<script type="text/javascript">
jQuery(document).ready(function($)
{
$("#example-1").DataTable({
"ajax": {...
I have an array with people's objects and the name and menu attributes for a dinner.
I want to paint them in the HTML with ng-repeat and each member will have a set of radio buttons so that, if they want to change the menu, I collect th...
I'm working on Angular.js with 2 libraries, first the angular-smoothscroll and the animated.css.
How can I mix these two?
I want the image to be animated when I scroll down. The animations are already defined: they are css classes, and I o...
I have a problem with my html code using angular js, the fact is that I want to pass a variable called "count" that belongs to the note that a student took in an online test, which accumulates as the Student is having the correct answers. The pr...
I have the following array:
$scope.arreglo = [
{"clave_acceso":"122"},
{"clave_acceso":"222"},
{"clave_acceso":"333"}
];
and from the desire to create a url which should be like the following:
If the fix has a data:...
I'm trying to access a sub-fix JSON from Angular , but apparently it does not find the nodes of the array.
Code:
var app = angular.module('feedReddit', [])
app.controller('FdRditCtrl', function ($scope, $http) {
$scope.posts =...
I'm doing an app on ionic where I want to show the user where the city is. With this code I locate it but I need to show you something for example:
You are in Barranquilla / Cartagena or something like that
Driver:
.controller('Ctr...
I have taken back the code that another developer left unfinished and I have some problems when I want to register a new user.
In the validation of the existing mail, I can not overwrite the previous record, but I can not launch an "existing...
When doing a global variable and after doing push after two queries per ajax is left blank Can you tell me if it failed in something?
var productoT = [];
angular.module('starter', ['ionic', 'ionic.contrib.ui.tinderCards2', 'ionicLazyLoad'])
....