Skip to content

Repository files navigation

corbel-js wrapper for Angular

Build StatusBower versionDependency StatusdevDependency Status

Usage

var app = angular.module('myApp', ['angular-corbel']);
// Use corbelProvider to configure the Driver
app.config(function(corbelProvider){
corbelProvider.setConfig({
'clientId': 'clientId',
'clientSecret': 'clientSecret',
'urlBase': 'http://localhost:8080/{{module}}',
'scopes': 'scopes'
});
});
// Inject the corbel driver
app.controller('myCtrl', ['corbel', function(corbel) {
//use corbel here!
});

About

Angular wrapper for corbel-js

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages