@buildium/angular-walkme

An AngularJS module for interfacing with the WalkMe API

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@buildium/angular-walkme
1.1.3-04 years ago7 years agoMinified + gzip package size for @buildium/angular-walkme in KB

Readme

angular-walkme
An AngularJS module for interfacing with the WalkMe snippet API

Table of Contents

Background

Install

``` npm install @buildium/angular-walkme --save ```

Usage

```javascript angular.module('MyApp', 'buildium.angular-walkme') .config(function(AngularWalkMeProvider) {
AngularWalkMeProvider.setEditorSnippetUrl('https://snippet/url')
}) .run(function(AngularWalkMe) {
AngularWalkMe.addVariables(walkMeVariables);
AngularWalkMe.runSnippet();
AngularWalkMe.onWalkthroughCompleted(onWalkthroughCompleted);
}) ```

License

MIT © Buildium