@buildium/angular-walkme

1.1.3-0 • Public • Published

angular-walkme

An AngularJS module for interfacing with the WalkMe snippet API

Table of Contents

Background

Install

npm install @buildium/angular-walkme --save

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i @buildium/angular-walkme

Weekly Downloads

0

Version

1.1.3-0

License

MIT

Unpacked Size

378 kB

Total Files

11

Last publish

Collaborators

  • buildium