Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files to import in gulp? #1

Open
sunocean-sand opened this issue Jul 22, 2015 · 1 comment
Open

Files to import in gulp? #1

sunocean-sand opened this issue Jul 22, 2015 · 1 comment

Comments

@sunocean-sand
Copy link

I imported ng-input.js and ng-input.css in my gulpfile, but it's not quite working correctly yet.. Is there anything else I need to import? Or do I somehow need to override the default white input box separately?

@cesardeazevedo
Copy link
Owner

Hi, thanks for the feedback,
What kind of task you trying to run with gulp?

The <link rel='stylesheet' href='ng-input.css' /> and the<script src='ng-input.js'></script> and setting the angular.js dependency with angular.module('app', ['ngInput']) is enough.

and of course, writing a input text like this:

<ng-input theme='haruki' label='First Name' ng-model='first_name'></ng-input>

let me know whether you got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants