preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

Not able to run the mermaidAPI.js in IE09 rather I can view the result in chrome #288

Closed Sujith1715 closed 7 years ago

Sujith1715 commented 7 years ago

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

function test() { var element = document.querySelector("#graphDiv"); var insertSvg = function (svgCode, bindFunctions) { element.innerHTML = svgCode; bindFunctions(element); }; var graphDefinition = 'graph TB\na-->b'; var graph = mermaidAPI.render('graphDiv', graphDefinition, insertSvg); }; window.onload = test;
CHART DEFINITION GOES HERE
Foxandxss commented 7 years ago

Are you sure this is the right repo for this?

Sujith1715 commented 7 years ago

Yes

On Fri, Feb 3, 2017 at 5:00 PM, Jesús Rodríguez notifications@github.com wrote:

Are you sure this is the right repo for this?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/preboot/angular2-webpack/issues/288#issuecomment-277226237, or mute the thread https://github.com/notifications/unsubscribe-auth/AYU1pXNAcUbgmzVC9EAtlSuw0BxivL3Fks5rYw_BgaJpZM4L2OED .

Foxandxss commented 7 years ago

Uhm, so I don't know what to say. What I see in there is a bunch of WebForms code (which I thought it deprecated like years ago) and no Angular v2 nor webpack in there.

mcescalante commented 7 years ago

Going to close this because of inactivity and lack of details.