tannerlinsley / nz-toggle

Dual and triple-state toggles for AngularJS
http://codepen.io/anon/pen/yNjyME
40 stars 30 forks source link

Browserify error fix #37

Open rgolea opened 7 years ago

rgolea commented 7 years ago

The array was giving an error:

    throw new TypeError('Path must be a string. Received ' + inspect(path));
    ^

TypeError: Path must be a string. Received [ 'dist/nz-toggle.js', 'dist/nz-toggle.css' ]