You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_v1.1.5_
> ngBehavior is set of AngularJs Directives, which includes items that are used for input validation.
Nuget Link: ([ngBehavior]( https://www.nuget.org/packages/ngBehavior/))
note
```bash
all directives use for
```
ngBlur
```html
```
ngCurrency
```html
```
ngDatePicker
```html
```
- ng-datepicker-language : "en" OR "fa"
ngEnglish
```html
```
ngFarsi
```html
```
ngFarsi::arabic-to-farsi-word ['ي', 'ی','ك', 'ک']
```html
```
ngFloat
```html
```
ngFocus
```html
```
ngInteger
```html
```
ngTimePicker
```html
```
- lang="fa OR en" : result > change the input placeholder text
- format="12 OR 24" : result > change format of the time
- $scope.time="12:55:13"
ngLogin
```html
login
```
- input-label: boolen
- username-label: Text
- password-label: Text
ngRating
```html
```
number: int [number of rating]
icon: "css class or html unicode"
active-icon: "css class or html unicode"
rate-action: call action from your controller (see the example)
ngTags
```html
```
lang: "en" OR "fa"
set-tags: array EX: ["sample","sample2"]
ngMask
```html
```
ng-mask: you can set any input format
ngSpinner
```html
```
value: your default value
max: maximum value
min: minimum value
About
ngBehavior is set of AngularJs Directives, which includes items that are used for input validation.