(function() {
'use strict';
angular.module('demo', [
'ngSanitize',
'ngCkeditor',
'ui.bootstrap'
]);
})();