Skip to content

Instantly share code, notes, and snippets.

@fraabye
Last active September 3, 2015 08:35
Show Gist options
  • Save fraabye/acd9f3bee235d424dfce to your computer and use it in GitHub Desktop.
Save fraabye/acd9f3bee235d424dfce to your computer and use it in GitHub Desktop.
Load an external directive in Umbraco BackOffice
// From our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/47905-Including-an-angular-module#comment-209557
var app = angular.module("umbraco");
//This is my Angular module that I want to inject/require
app.requires.push('tableSort');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment