WCF or WCF RESTful

What service will be more suitable when using angularjs in a ionic project and a WPF application? What I want to do is I have an application (C#) and a mobile (Angularjs) app that both needs to connect to the service with methods returning data from a database. WCF / WCF RESTful ?

Thank you