Closed phillipgreenii closed 8 years ago
Doesn't work currently for you to import it from browserify? It works fine for me.
The convention I have found with angular plugins is that they export the name of the angular module so that they can be used in a similar fashion of
angular.module('mymodule', [
require('checklist-model')
]);
I merged your PR. It will be included in the next release. Thank you.
Awesome! Thank you!
On Tue, May 10, 2016 at 2:26 AM, Adrian Ber notifications@github.com wrote:
I merged your PR. It will be included in the next release. Thank you.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/vitalets/checklist-model/pull/132#issuecomment-218069691
This patch will allow tools like browserify to import checklist-model when pulled from npm.