Skip to content

Commit d911b80

Browse files
xoviatdmitshur
authored andcommitted
README: Update link for AngularJS. (gopherjs#602)
The README of https://github.com/neelance/go-angularjs says that it's no longer maintained, and https://github.com/wvell/go-angularjs is a suggested fork.
1 parent 7d94d73 commit d911b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ would look like this in Go:
6969
js.Global.Get("document").Call("write", "Hello world!")
7070
```
7171

72-
You may also want use the [DOM bindings](http://dominik.honnef.co/go/js/dom), the [jQuery bindings](https://github.com/gopherjs/jquery) (see [TodoMVC Example](https://github.com/gopherjs/todomvc)) or the [AngularJS bindings](https://github.com/neelance/go-angularjs). Those are some of the [bindings to JavaScript APIs and libraries](https://github.com/gopherjs/gopherjs/wiki/bindings) by community members.
72+
You may also want use the [DOM bindings](http://dominik.honnef.co/go/js/dom), the [jQuery bindings](https://github.com/gopherjs/jquery) (see [TodoMVC Example](https://github.com/gopherjs/todomvc)) or the [AngularJS bindings](https://github.com/wvell/go-angularjs). Those are some of the [bindings to JavaScript APIs and libraries](https://github.com/gopherjs/gopherjs/wiki/bindings) by community members.
7373

7474
#### Providing library functions for use in other JavaScript code
7575
Set a global variable to a map that contains the functions:

0 commit comments

Comments
 (0)