Skip to content

Instantly share code, notes, and snippets.

@rlugge
rlugge / transTest.html
Last active August 29, 2015 13:56
Javascript designed to transform Words 'save as HTML' into useable HTML; per request includes several pre-transform tags that can be used to create various resulting HTML outputs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="LibreOffice 4.1.5.3 (Windows)">
<META NAME="AUTHOR" CONTENT="Ronald Lugge">
<META NAME="CREATED" CONTENT="20140227;190848198000000">
<META NAME="CHANGEDBY" CONTENT="Ronald Lugge">
<META NAME="CHANGED" CONTENT="20140227;194914683000000">
'use strict';
angular.module('inclassWork1App')
.directive('myShow', function(){
return {
// name: '',
// priority: 1,
// terminal: true,
scope: {
myShow:'='