Comment

Bert Evans

Hi Peter. I've been working with angularjs for the last couple of months on a side project.

Regarding your select on change issue, there is a built in directive called ngChange. Essentially, just set ng-change="myScopeFunction()" on your select and that should work.