Skip to content

Instantly share code, notes, and snippets.

@ericeijkelenboom
Created April 16, 2013 19:36
Show Gist options
  • Save ericeijkelenboom/5398914 to your computer and use it in GitHub Desktop.
Save ericeijkelenboom/5398914 to your computer and use it in GitHub Desktop.
<section>
<h2 class="page-title"></h2>
</section>
define(['services/logger'], function (logger) {
var vm = {
activate: activate,
};
return vm;
//#region Internal Methods
function activate() {
logger.log('Campaigns View Activated', null, 'campaigns', true);
return true;
}
//#endregion
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment