I\'m considering html5, angularJS for data binding and also google closure compiler and the closure library for interactive web applications. Do those work nicely together? Unfo
Hope this help
Change code
function MyCtrl($scope) {/* code */}
To
var MyCtrl = ['$scope', function($scope) {/* code */}]