Date pikaday n'est plus reconnue

html je fait l'appel ``` ''' app.directive("analyses", function () { //contient ce qu'il faut pour faire marcher pickaday return { restrict: 'E', templateUrl: '/html/analyses.html', replace: true, link: function (scope, element, attr) { // init

0
Chevauchement footer/contenu avec Foundation

HTML ``` MENU SLIDESHOW Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation

3
AngularJS formulaire dynamique

html(hiddenInput); angular.forEach(ingredients, function(valeur, cle) { for (var i = 0; i "; temp = "ingredient"; } }); angular.forEach(input, function(valeur, cle) { hiddenInput += valeur; }); $("#ingredients").html(hiddenInput); }; //$rootScope.loading = true; $scope.newRecette = {}; $scope.addRecette = function(newRecette

1
Commencer animation au scroll

html ci-dessous, j'utilise animate.css et WOW.js. ` around around around around around around around around Mon élément HTML animé around aroundaround around around $(document).ready(function(){around new WOW().init();around });around around around ` Mon objectif est simple, lorsque

3
Jquery UI, interchangé balise droppable et draggable

html(); enteteEnfantOqp1 = enfantOqp.split("_")[0]; enteteEnfantOqp2 = enfantOqp.split("_")[1]; enteteEnfantOqpMoment3 = enfantOqp.split("_")[2]; enteteEnfantOqpNumero4 = enfantOqp.split("_")[3]; idLibreComplet =$(this).attr('id'); enteteLibre =idLibreComplet.split("_")[0];//DISPO idLibre =idLibreComplet.split("_")[1];//18489 momentLibre =idLibreComplet.split("_")[2];//MAT ou AM enfantLibre

3
page suivante avec ajax

html(data); }, error: function() { console.log(error); alert(error); }, complete : function(resultat, statut) { } }); })); }); $(document).ready(function (e) { $("#suivant").on('submit',(function(e) { e.preventDefault(); $.ajax({ url: "include/liste_amis.php", type: "GET", data: $(this).serialize

11
Problème de caractere (Icomoon)

html est là sans erreur de chemin. Au cas où voici les parties concernées : html : ``` Test Présentation Forum Nous Contacter Boutique Voter ``` Css : ``` @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot

2
Lier les CSS avec gulp

less', ['css']); //actualiser aussi les fichier CSS, JS et HTML gulp.watch('dist/assets/css/**/*.css', browserSync.reload); gulp.watch('src/*.html', browserSync.reload); gulp.watch('src/assets/js/**/*.js', browserSync.reload); }); ``` et voici comment je l'ai appelé ``` GulpTest ```

6
Rajout d'une div dans un lien généré via HtmlHelper

Html->image($album'Album']'thumbnail'], array( "alt" => $album'Album']'titre_album'], 'url' => array('controller' => 'portfolio', 'action' => 'album_detail', $album'Album']'id']), ));?> **Mon lien pas propre ^^ :**

5
NAV avec flexbox

HTML / CSS et j'ai un GROS souci "visiblement bête" concernant la **NAV** : En effet, je n'arrive pas à **extérioriser la NAV en dehors du GABARIT !** D'autre part

5