Skip to content

SlideCaptain/angular-intercom

 
 

Repository files navigation

angular-intercom Build Status

An Angular.js wrapper for Intercom.io

#How do I add this to my project? You can download angular-intercom by:

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.js"></script>
<script src="app/bower_components/angular-intercom/angular-intercom.js"></script>

<script>
  angular.module('YOUR_APP', [
    'ngIntercom', // or you can use 'angular-intercom'
    'controllers'
  ]);
</script>

About

An Angular.js wrapper for Intercom.io

Resources

Stars

Watchers

Forks

Packages

No packages published