define(['angular'], function(ng){ 'use strict'; return ng.module('controllers', ['journal'], function(){ }); });