Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

digitalbazaar/bedrock-angular-credential

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrock-angular-credential

A bedrock AngularJS module that provides credential display support.

...

Quick Examples

...

Setup

bower install bedrock-angular-credential

Installation of the module followed by a restart of your bedrock server is sufficient to make the module available to your application.

To manually add bedrock-angular-credential as a dependency:

angular.module('myapp', ['bedrock.credential']);

API

...