SHARE
TWEET

Untitled

a guest Dec 14th, 2014 148 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .state('modulo1',
  2.         {
  3.                 url: '/modulo1',
  4.                 templateUrl: 'views/modulo1/parteTab.html',
  5.         })
  6.  
  7.                                 .state('modulo1.parte1',
  8.                                 {
  9.                                         url: '/parte1',
  10.                                         template: 'prueba',
  11.                                 })
  12.  
  13.                                 .state('modulo1.parte2',
  14.                                 {
  15.                                         url: '/parte2',
  16.                                         templateUrl: 'views/modulo1/parte2.html',
  17.                                 })
  18.  
  19.                                 .state('modulo1.parte3',
  20.                                 {
  21.                                         url: '/parte3',
  22.                                         templateUrl: 'views/modulo1/parte3.html',
  23.                                 })
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