ocph23-aj-input
angularjs module direactive for handle incoming string to Html Input
- Number
- Decimal
- Date Time
Install
npm i ocph23-aj-input
Reference Module
- on html file
- on base app (ex: app.js)
angular.module('app', [ 'ocph-aj-input' ])
.controller('controller', ($scope) => {
$scope.number = '2000';
$scope.decimal = '20.50';
$scope.date = '2000-10-3';
});
Example
- Number
- Decimal
- Date