soyjavi 13 лет назад
Родитель
Сommit
cb69247e37
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      example/app/asides/features.html
  2. 1 0
      example/index.html

+ 1 - 1
example/app/asides/features.html

@@ -72,7 +72,7 @@
 
 
             <!-- Touch Events -->
             <!-- Touch Events -->
             <li>
             <li>
-                <a href="#touchevents" data-router="section" data-async="app/sections/touchevents.html">
+                <a href="#touchevents" data-router="section">
                     <div class="tag right">19</div>
                     <div class="tag right">19</div>
                     <strong>Touch Events</strong>
                     <strong>Touch Events</strong>
                 </a>
                 </a>

+ 1 - 0
example/index.html

@@ -174,6 +174,7 @@
             resources: ['app/sections/pull.html',
             resources: ['app/sections/pull.html',
                         'app/sections/notification.html',
                         'app/sections/notification.html',
                         'app/sections/carousel.html',
                         'app/sections/carousel.html',
+                        'app/sections/touchevents.html',
                         'app/asides/features.html']
                         'app/asides/features.html']
         });
         });
     </script>
     </script>