qiprofile
Version:
Quantitative Imaging Profile ( QiPr) web application
11 lines (10 loc) • 541 B
text/coffeescript
# The dependencies declared here include only Angular,
# the vendor modules used directly in the application
# HTML, and the top-level application Javascript. Service
# dependencies are declareed by the application modules.
define ['angular', 'nganimate', 'ngnvd3', 'uibootstrap', 'controllers',
'directives', 'filters', 'routes', 'error'],
(ng) ->
ng.module 'qiprofile',
['ui.bootstrap', 'qiprofile.controllers', 'qiprofile.directives',
'qiprofile.filters', 'qiprofile.routes', 'qiprofile.error']