purescript-angular
purescript-angular copied to clipboard
Implement the rest of the bindings for the angularjs ng module
type
- [x] $cacheFactory.Cache
- [x] $compile.directive.Attributes
- [x] $rootScope.Scope
- [x] angular.Module
- [x] form.FormController
- [x] ngModel.NgModelController
service
- [ ] $anchorScroll
- [x] $animate
- [x] $cacheFactory
- [ ] $compile
- [ ] $controller
- [x] $document (out of scope for initial release)
- [ ] $exceptionHandler
- [ ] $filter
- [x] $http
- [ ] $httpBackend
- [x] $interpolate
- [x] $interval
- [ ] $locale
- [x] $location
- [x] $log
- [x] $parse
- [x] $q
- [x] $rootElement (nothing to implement)
- [x] $rootScope (nothing to implement)
- [ ] $sce
- [ ] $sceDelegate
- [x] $templateCache (nothing to implement)
- [x] $timeout
- [x] $window (out of scope for initial release)
Are there some breaking changes in angular 1.4 (or even 1.5 if possible) that would not work with these bindings for 1.2?
Thanks for checking out purescript-angular
. I admit that the bindings have fallen out of date. I am not sure when I will have a chance to tackle making more updates, but if you're interested in refreshing things, I am definitely open to a pull request.