how to read from a properties file

Hi,
Iam using webix angular integration.My requirement is to read the values from resource bundle.properties file.How can I achieve this in controller.If any idea share the code snippet ASAP.

Webix is UI framework. It doesn’t affect the way how data is loaded in the app.
You can use webix-data to bind component to some data structure in the scope, to fill the data structure from bundle.properties you can use any Angular based solution.

Webix has its own ways to load the data by ajax calls, but they are not related to the Angular