Skip to content

Instantly share code, notes, and snippets.

View denjaland's full-sized avatar

David Heremans denjaland

  • SAYS-IT
  • Wommelgem
  • 00:11 (UTC +02:00)
  • X @dHeremans
View GitHub Profile
@umidjons
umidjons / angular-compile-dynamic-html.md
Created August 12, 2014 05:14
Compile dynamic template from outside of angular.

Compile dynamic template from outside of angular

I want to load dynamic HTML content via AJAX, then compile it, because it contains angular directives.

<!DOCTYPE html>
<html ng-app="app">
<head>