We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce139c commit a507fb7Copy full SHA for a507fb7
1 file changed
docs/content/guide/dev_guide.overview.ngdoc
@@ -88,7 +88,7 @@ dev_guide.bootstrap auto initialize} your application.
88
89
We load the angular using the `<script>` tag:
90
91
- `<script src="http://code.angularjs.org/0.9.15/angular-0.9.15.min.js"></script>`
+ <script src="http://code.angularjs.org/angular-?.?.?.min.js"></script>
92
93
From the `ng:model` attribute of the `<input>` tags, angular automatically sets up two-way data
94
binding, and we also demonstrate some easy input validation:
0 commit comments