Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <template>
  2. <require from="./default-functionalities.css"></require>
  3.  
  4. <ej-tab id="defaultTab">
  5. <ul>
  6. <li><a href="#steelman">Man of Steel</a></li>
  7.  
  8. </ul>
  9. <div id="steelman" style="background-color:yellow;">
  10. <ej-schedule id="Schedule1" e-width="100%" e-appointment-settings.bind="AppointmentList" e-current-date="04/03/2016">
  11. </ej-schedule>
  12. </div>
  13.  
  14. </div>
  15. </ej-tab>
  16.  
  17. </template>
Add Comment
Please, Sign In to add comment