Last active
September 3, 2015 08:35
-
-
Save fraabye/acd9f3bee235d424dfce to your computer and use it in GitHub Desktop.
Load an external directive in Umbraco BackOffice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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