Skip to content

errok/angular-clippy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-clippy

Angular module and directive for ClippyJS

Installation

Place the following on your server (you can use the build.sh to generate the directory to copy):

  • ./angular-clippy.js
  • ./Agents/ (rename from agents/)
  • ./clippy.css
  • ./clippy.min.js

Make sure you have JQuery and Angular:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.min.js"></script>

Load up angular clippy and dependencies:

<link rel="stylesheet" href="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/css/clippy.css">

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

Usage

<clippy data-agent="Merlin" data-on-init="callbackName"></clippy>
Attribute Description
agent string denoting the clippy agent desired, see agents/
on-init name of the callback function in your scope, will be called with the initialized agent as the first argument

About

Angular module and directive for ClippyJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 4.9%
  • Shell 0.8%