I want to include date time range picker from this link. I have already installed git gui and node.js.
From the site it says:
- download the files
- Bower
- add "datetimeRangePicker": "latest" to your bower.json file then run bower
- install OR run bower install datetimeRangePicker
- include the files in your app
- range-picker.min.js
- range-picker.less OR range-picker.min.css OR range-picker.css
- include the module in angular (i.e. in app.js) - rgkevin.datetimeRangePicker
See the gh-pages branch, files bower.json and index.html for a full example.
I am new to this and I have never used bower before. How do I install datetimeRangerPicker so I can use it in angular js. I am using Netbeans IDE 8.0.2
OK! at root of your project create 2 files File 1:
'.bowerrc'=> extension name with this contentFile 2 :
'bower.json'with this contentAfter that in you git bash or command invite go to
C:/XXX/YourApplication/bower installThen you done.