Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 884 Bytes

File metadata and controls

24 lines (17 loc) · 884 Bytes

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>