Skip to content

Commit a507fb7

Browse files
ludicastIgorMinar
authored andcommitted
docs(guide): update angular version in an example
1 parent 0ce139c commit a507fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/guide/dev_guide.overview.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dev_guide.bootstrap auto initialize} your application.
8888

8989
We load the angular using the `<script>` tag:
9090

91-
`<script src="http://code.angularjs.org/0.9.15/angular-0.9.15.min.js"></script>`
91+
<script src="http://code.angularjs.org/angular-?.?.?.min.js"></script>
9292

9393
From the `ng:model` attribute of the `<input>` tags, angular automatically sets up two-way data
9494
binding, and we also demonstrate some easy input validation:

0 commit comments

Comments
 (0)