Skip to content
Snippets Groups Projects
Commit 6bdd6f9d authored by Anthony Borghi's avatar Anthony Borghi
Browse files

retrait console.log et code commenté

parent ed20c329
Branches
Tags
No related merge requests found
......@@ -44,7 +44,6 @@ nsVmap.nsMapManager.nsMapModal.MapListLitle.prototype.maplistlitleDirective = fu
bindToController: true,
templateUrl: oVmap['properties']['vmap_folder'] + '/' + 'template/layers/mapmodal/' + (oVmap['properties']['is_mobile'] ? 'maplistlitle_mobile.html' : 'maplistlitle.html'),
link : function ($scope, $element, $attrs){
console.log($attrs)
$scope["compare"] = goog.isDefAndNotNull($attrs["compare"]);
$attrs.$observe("compare", function(){$scope["compare"] = goog.isDefAndNotNull($attrs["compare"])});
}
......
......@@ -76,16 +76,6 @@ nsVmap.nsToolsManager.Urlexporter.prototype.urlExporterController = function ($s
this["urlConstructor"]();
// Affiche les modales en plein écran pour la version mobile
//if (oVmap['properties']['is_mobile']) {
// $element.find('.modal').on('shown.bs.modal', function () {
// $('.modal-backdrop.fade.in').hide();
// $('.modal.fade.in').find('.modal-dialog').addClass('mobile-full-modal');
// });
//}
console.log(this['properties']);
// recalcule l'url quand on change de carte
oVmap['scope'].$on('mapChanged', function () {
this_["urlConstructor"]();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment