Sha256: 2ab8a3554f96661914db0fb90140c71550fbbc489e2e7a6d33cbfb59d2125602

Contents?: true

Size: 216 Bytes

Versions: 6

Compression:

Stored size: 216 Bytes

Contents

angular.module('<%= application_name %>', []).config(['$routeProvider', ($routeProvider) ->
  $routeProvider.when("/", templateUrl: 'templates/main_control.html', controller: 'MainCtrl').otherwise(redirectTo: '/')
])

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
angular_velocity-1.0.0 lib/generators/angular_velocity/install/templates/app.coffee
angular_velocity-0.0.6alpha lib/generators/angular_velocity/install/templates/app.coffee
angular_velocity-0.0.5alpha lib/generators/angular_velocity/install/templates/app.coffee
angular_velocity-0.0.4alpha lib/generators/angular_velocity/install/templates/app.coffee
angular_velocity-0.0.3alpha lib/generators/angular_velocity/install/templates/app.coffee
angular_velocity-0.0.2alpha lib/generators/angular_velocity/install/templates/app.coffee