Skip to content

Baasic/baasic-sdk-angularjs-app-settings

Repository files navigation

Baasic Application Settings AngularJS SDK

Baasic AngularJS App Settings library provides access to Baasic REST API application settings end-points.

Dependencies

Baasic AngularJS Application Settings library has the following dependencies:

Usage

Adding the Library to your Project

Please add the Baasic Application Settings include after the Baasic Angular Core include:

<script src='/js/baasic-angular-core-1.0.0.min.js'></script>
<script src='/js/baasic-angular-app-settings-1.0.0.min.js'></script>

Initialization

To be able to use the library you will need to add the Baasic (baasic.appSettings) dependency to your AngularJS module.

angular.module('my-module', ["baasic.api", "baasic.appSettings"])

Build Process

  1. Install NodeJs
  2. Open Shell/Command Prompt in the Baasic AngularJS folder
  3. Run npm install
  4. Install gulp globally: npm install -g gulp
  5. Run gulp

Contributing

  • Pull requests are always welcome
  • Please report any issues you might have found
  • Help us write the documentation
  • Create interesting apps using SDK
  • Looking for something else to do? Get in touch ...

About

Baasic AngualrJS SDK Application Settings modules and services

Resources

License

Stars

Watchers

Forks

Packages

No packages published