ng-input icon indicating copy to clipboard operation
ng-input copied to clipboard

Files to import in gulp?

Open sunocean-sand opened this issue 8 years ago • 1 comments

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?

sunocean-sand avatar Jul 22 '15 03:07 sunocean-sand

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.

cesardeazevedo avatar Jul 22 '15 04:07 cesardeazevedo