1

is it possible to call an object c action, when you are executing a javascript function. I have this function in java.

    .when('/testimonials',    { 
        controller: 'TestiController',      
        templateUrl: 'partials/testimonials.html'
    })

And i want to have this action executed when the javascript function is being executed..

- (IBAction)knap2:(id)sender{

    knap1.hidden = YES;

}

I've tried searching but couldn't find anything.

4

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.