hokui/hokui.net

View on GitHub
client/core/core.coffee

Summary

Maintainability
Test Coverage
'use strict'

window.moduleCore = 'hokuiCore'

angular.module moduleCore, [
    'ngResource'
    'ngSanitize'
    'ui.router'
    'webStorageModule'
]