Phew! I think I have fixed this… Bower seems to be the issue and solution!
I change from AngularJS 1.2.6 to 1.2.15 in my bower file and this resolved my issue:
so I changed this:
"angular": "1.2.6"
to this
"angular": "1.2.15"
Well, That only cost me 2 hours!