Skip to content

Instantly share code, notes, and snippets.

@AmirHooshangi
Created April 2, 2015 16:57
Show Gist options
  • Save AmirHooshangi/12d6698e5550d05ebbcb to your computer and use it in GitHub Desktop.
Save AmirHooshangi/12d6698e5550d05ebbcb to your computer and use it in GitHub Desktop.
app.config([ '$routeProvider',
($routeProvider)->
$routeProvider
.when('/template/new',
templateUrl: "new.html"
controller: 'SomeOtherController'
)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment