mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 03:36:44 +01:00
calendar started
This commit is contained in:
6
www/templates/calendar.html
Normal file
6
www/templates/calendar.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<ion-view view-title="Calendar">
|
||||
<ion-content>
|
||||
<calendar calendar-mode="mode"
|
||||
event-source="eventSource">
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
@@ -25,7 +25,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="row o_mainOptionRow">
|
||||
<a class="col c_indigo300" ng-href="#/app/bydate">
|
||||
<a class="col c_indigo300" ng-href="#/app/calendar">
|
||||
<i class="icon ion-calendar"></i><!--by date-->
|
||||
</a>
|
||||
<a class="col c_orange400" ng-href="#/app/settings">
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<!--<a class="item item-icon-left" menu-close href="#/app/place">
|
||||
<i class="icon ion-ios-location"></i> By Place
|
||||
</a>-->
|
||||
<a class="item item-icon-left" menu-close href="#/app/events">
|
||||
<a class="item item-icon-left" menu-close href="#/app/calendar">
|
||||
<i class="icon ion-calendar"></i> By Date
|
||||
</a>
|
||||
<a class="item item-icon-left" menu-close href="#/app/search">
|
||||
|
||||
Reference in New Issue
Block a user