Sha256: 64ac59f379c2007dd9b9d749cdd0977034ae431514b6cc94dbf3d5bbbb7fb948

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

root = global ? window
angular = root.angular

thisApp = angular.module("Client", ["ngCookies"]).config(($routeProvider, $locationProvider) ->
  $locationProvider.html5Mode true
  $routeProvider.when("/",
    controller: "WelcomeCtrl"
    templateUrl: "<%= asset_path('welcome/index.html') %>"
  ).otherwise redirectTo: "/"
)
# exports
root.thisApp = thisApp



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
explainer_angularjs_scaffold-0.0.21 lib/generators/angularjs/install/templates/routes.coffee.erb