SHARE
TWEET

Untitled

a guest Jan 3rd, 2016 51 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $stateProvider
  2.     .state('home', {
  3.             url: '/',
  4.             views: {
  5.                 'frontHeader': {
  6.                     templateUrl: 'templates/front-header.html',
  7.                     controller: 'frontPage'
  8.                 },
  9.                 'frontBlocks': {
  10.                     templateUrl: 'templates/front-blocks.html',
  11.                     controller: 'frontPage'
  12.                 },
  13.                 'frontModal': {
  14.                     templateUrl: 'templates/front-modal.html',
  15.                     controller: 'frontPage'
  16.                 }
  17.             }
  18.  
  19.     })
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top