Closed whitneyit closed 8 years ago
The notable change of this PR is:
-angular.module( 'myApp', ['logglyLogger'] ) +angular.module( 'myApp', [require('angular-loggly-logger')] )
This allows the file to be directly required and used by either browserify or jspm quite nicely.
browserify
jspm
This shouldn't interfere with people who were just including the 2 script files, angular.js and angular-loggly-logger.js on the page.
angular.js
angular-loggly-logger.js
The version has been bumped to 0.2.0 because of the addition of index.js
0.2.0
index.js
RE: #34
The notable change of this PR is:
This allows the file to be directly required and used by either
browserify
orjspm
quite nicely.This shouldn't interfere with people who were just including the 2 script files,
angular.js
andangular-loggly-logger.js
on the page.The version has been bumped to
0.2.0
because of the addition ofindex.js
RE: #34