Skip to content

Instantly share code, notes, and snippets.

@kapv89
Created June 19, 2013 20:17
Show Gist options
  • Select an option

  • Save kapv89/5817662 to your computer and use it in GitHub Desktop.

Select an option

Save kapv89/5817662 to your computer and use it in GitHub Desktop.
.when('/cart/pickup', {
bodyTmplUrl: '/tmpls/cart/pickup.html',
widgetTmplUrl: '/tmpls/cart/orderer.html'
})
.when('/cart/delivery', {
bodyTmplUrl:'/tmpls/cart/delivery.html',
widgetTmplUrl: '/tmpls/cart/orderer.html'
})
.when('/login', {
bodyTmplUrl: '/tmpls/auth/login.html'
})
.when('/orders', {
bodyTmplUrl: '/tmpls/orders/index.html'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment