ethul / purescript-angular

AngularJS 1.2 bindings for PureScript (currently in the experimental stage)
MIT License
23 stars 3 forks source link

Add functions to angular module #32

Closed twopoint718 closed 9 years ago

twopoint718 commented 9 years ago

Provides FFI wrappers for: isArray, isDate, isDefined, isElement, isFunction, isNumber, isObject, isString, isUndefined, and lowercase.

ethul commented 9 years ago

Looks good. Thanks!