Skip to content

Instantly share code, notes, and snippets.

View hercis's full-sized avatar

Eduardo Jose Hernandez Cisneros hercis

  • Softtek
View GitHub Profile
@hercis
hercis / NgTemplateCompiler
Created January 22, 2014 22:01
Converts AngularJS templates to JavaScript
package mx.arux.ng;
import static java.nio.file.StandardOpenOption.CREATE;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Collection;
import java.util.Collections;