فهرست منبع

Touch events in sync mode

soyjavi 13 سال پیش
والد
کامیت
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 -->
             <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>
                     <strong>Touch Events</strong>
                 </a>

+ 1 - 0
example/index.html

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