Skip to content

Provides a full proxy of WakandaDB NoSQL DataModels with its relationships & methods in Angular

Notifications You must be signed in to change notification settings

midrissi/angular-wakanda

 
 

Repository files navigation

angular-wakanda

 angular-wakanda

MIT Licensed

Wakanda® is a registered trademark of WAKANDA SAS in France and/or other countries. All other names mentioned may be trademarks or registered trademarks of their respective owners.

This repo is for distribution on bower. You can check out demos in the NG-Wakanda-Pack repository.

The sources for this module are in the main sources-angular-wakanda repo. Please file pull requests against that repo and issues on this repo : Wakanda/wakanda-issues.

Install

Install with bower:

bower install angular-wakanda

Add a <script> tag to your index.html:

<script src="/bower_components/angular/angular.min.js"></script>
<script src="/bower_components/angular-wakanda/angular-wakanda.min.js"></script>

Add wakanda as a dependency for your app:

angular.module('myApp', ['wakanda']);

And finally use the $wakanda injected service:

$wakanda.init().then(function (ds) {

	$scope.contacts = ds.Contact.$find();

});

Resources

License

The MIT License

Copyright (c) 2015 WAKANDA S.A.S.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Provides a full proxy of WakandaDB NoSQL DataModels with its relationships & methods in Angular

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%