Skip to content

Instantly share code, notes, and snippets.

View GomesNayagam's full-sized avatar

GomesNayagam GomesNayagam

  • Tesla
  • Bay Area, California, USA
View GitHub Profile
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
#paper_input {
left: 380px;
@GomesNayagam
GomesNayagam / ScriptExtensions.cs
Last active December 10, 2015 15:28 — forked from mikaelo/ScriptExtensions.cs
fixed the compilation issue at two places which still calls the old method GetScriptFilePath and SharedExtension
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.IO;
using System.Text;
namespace DummyMvc.Helpers
{