johannesjo / ng-fab-form

Convenient forms for Angular with no extra markup? Fabulous!
https://johannesjo.github.io/ng-fab-form
MIT License
172 stars 25 forks source link

npm version for webpack #78

Closed atgillette closed 9 years ago

atgillette commented 9 years ago

Hi,

I'm trying to use this library in conjunction with webpack. But because this is a bower component, I've been unsuccessful get my angular to initialize properly.

I'm requesting an npm version of your library.

johannesjo commented 9 years ago

Hi there. I published a version to npm. Not sure how well it works out though, maybe you could check it out?

atgillette commented 9 years ago

Hi @johannesjo,

I just tried npm install ng-fab-form and got a message that it's not listed in the npm registry.

Adrian

atgillette commented 9 years ago

I just search on npm registry and it looks that it's listed as ng-fab-forms

atgillette commented 9 years ago

The npm version is working for me. I had to require ng-messages in order to use ng-fab-form:

require('angular-messages');
require('ng-fab-forms');

Thanks @johannesjo