https://github.com/wvell/go-angularjs
GopherJS bindings to AngularJS
https://github.com/wvell/go-angularjs
angularjs go golang gopherjs
Last synced: 5 months ago
JSON representation
GopherJS bindings to AngularJS
- Host: GitHub
- URL: https://github.com/wvell/go-angularjs
- Owner: wvell
- License: bsd-2-clause
- Archived: true
- Created: 2017-01-23T21:23:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T17:48:09.000Z (over 4 years ago)
- Last Synced: 2025-08-15T03:54:38.978Z (10 months ago)
- Topics: angularjs, go, golang, gopherjs
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-angularjs
------------
A wrapper for [AngularJS](http://angularjs.org) to be used with [GopherJS](https://github.com/gopherjs/gopherjs).
## Project status
Angularjs is being used less and there are better/newer alternatives that should be used. The support for angularjs will stop on December 31, 2021(https://docs.angularjs.org/misc/version-support-status).
Therefore this project is archived and will not be maintained anymore.
## Examples
Run the examples in the example directory with `gopherjs serve`.