Solja

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

$scope.

amIOld = function(){

var DOB = '11-5-1979';

ageService.amIOld(DOB)

.success(function(data){

console.log(data);

});

public function amIOldAction($DOB){

return $this->api->success(

"You'll always be young in our eyes :* ")

->send();

You might also like