I just have the same problem and it was resolved. I want to share it, so no one will spend an hour like me.
Please ensure the following:
1. Download the ngMessages module
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0-rc.0/angular.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0-rc.0/angular-messages.min.js"></script>
2. Introduce ngMessages into our application module
angular.module( "app", [ "ngMessages" ] );
3. Try newer versions. For some reason, Doug Luce code only works by changing versions, for example, 4.11!
source share