/api/users/sign_up
username (Required)
email (Required)
password (Required)
password_confirmation (Required)
/api/users/sign_in
username_or_email (Required)
MacBook-Pro:cmdfm-test emiralp$ git pull | |
Updating bb515ec..5345e55 | |
Fast-forward | |
package.json | 5 ++++- | |
1 file changed, 4 insertions(+), 1 deletion(-) | |
MacBook-Pro:cmdfm-test emiralp$ npm install | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] No repository field. |
[ | |
{ | |
"port": { | |
"id": 1, | |
"name": "Yenikapı", | |
"slug": "yenikapi", | |
"terminal_code": "YKP" | |
}, | |
"arrival_ports": [ | |
{ |
App Store Promo Codes: | |
A6FFLX6E96A3 | |
TT6JJLLPH6H9 | |
MMRXLXR4APTY | |
YFJ6WMF6PAYH | |
XTRRHY77YMMY | |
9P3W7TFNAKJW | |
YTRPE7JLMPYL | |
TJ7F4YA4K4H9 |
<ticket-form formtype="outer"></ticket-form> |
<!-- You can call ticketForm directive from anywhere --> | |
<ticket-form formtype="outer"></ticket-form> |
<div class="n-aside n-light" > | |
<div class="home-tabs-holder" ng-if="formtype == 'outer'"> | |
<ul class="lists home-tabs"> | |
<li ng-class="{'active':(timetableQueryForm == false)}"><a href="#" ng-click="ticketFormTabClick(true);"><i class="icon-ticket"></i> <span translate="BUY_TICKET">Bilet Al</span></a></li> | |
<li ng-class="{'active':(timetableQueryForm == true)}"><a href="#" ng-click="ticketFormTabClick(false);"><i class="icon-map"></i><span translate="TIMETABLES_H">Sefer Sorgulama</span></a> </li> | |
<li><a ng-href="{{'_SLUG_CARRENTAL'|translate}}"><i class="icon-transportation-car"></i><span translate="CARRENTAL">Araç Kiralama</span></a> </li> | |
</ul> | |
</div> | |
<div class="aside-inner"> | |
'use strict'; | |
/* Directives */ | |
angular.module('myApp.directives', []). | |
directive('appVersion', ['version', function(version) { | |
return function(scope, elm, attrs) { | |
elm.text(version); | |
}; |