Skip to content

Instantly share code, notes, and snippets.

View allspiritseve's full-sized avatar

Cory Kaufman-Schofield allspiritseve

  • Dexter, MI
View GitHub Profile
(function(angular, factory) {
if (typeof define === 'function' && define.amd) {
define(['angular', 'ckeditor'], function(angular) {
return factory(angular);
});
} else {
return factory(angular);
}
}(angular || null, function(angular) {
var app = angular.module('ngCkeditor', []);