Skip to content

Instantly share code, notes, and snippets.

@Shu-Ji
Last active August 29, 2015 14:08
Show Gist options
  • Save Shu-Ji/9c0cf4619daa545e1c24 to your computer and use it in GitHub Desktop.
Save Shu-Ji/9c0cf4619daa545e1c24 to your computer and use it in GitHub Desktop.
define [
'angularAMD',
dg.static_url['common/services.js'],
dg.static_url['common/filters.js']
], (angularAMD) ->
sanhaolu = angular.module('sanhaolu', [
'ngRoute',
'sanhaolu.common.services',
'sanhaolu.common.filters'
])
console.log '你好,世界!'
angularAMD.bootstrap(sanhaolu)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment