I am using one jquery plugin for DYO(Design your own). Inisde the js file of that plugin it had loaded one template file like below
$.post(options.templatesDirectory + 'productdesigner.php', options.labels, function (html) { debugger; $elem.append($.parseHTML(html)); $fullLoader = $elem.children('.fpd-full-loader').hide(); $mainContainer = $elem.children('.fpd-main-container'); $productStage = $mainContainer.children('.fpd-product-stage').height(options.stageHeight); $elementTooltip = $productStage.children('.fpd-element-tooltip').html(options.labels.outOfContainmentAlert); $mainContainer.children('.fpd-context-dialog').remove().clone().prependTo($sidePanel); $contextDialog = $body.find('.fpd-context-dialog').addClass('fpd-hidden'); $contextLoader = $contextDialog.find('.fpd-context-loader'); $colorPicker = $contextDialog.find('.fpd-color-picker'); $colorPicker1 = $contextDialog.find('.fpd-color-pickerrr'); $swatchPicker = $contextDialog.find('.fpd-color-swatch'); $elem.trigger('templateLoad', [this.url]); setTimeout(_initBars, 1000); } ); I am trying to integrate that plugin to angular js. So can you please help me how can i load this html file in this plugin.I just need a path to load this html file in angular js.I tried giving path but it always return 404 not found -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.