Jump to content

please update some Angualr JS examples


clkat

Recommended Posts

some of the Angular examples don't work with current version (1.3.11) of angular.js

the example at http://www.w3schools...y_ng_controller

works fine until you change the version from 1.2.26 to 1.3.11

so changing the line

<script src= "http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>

to

<script src= "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.min.js"></script>

breaks the example.

 

 

This also applies to other examples that use controllers.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...