Archive for November, 2014

Angular JS – Links

Posted: November 6, 2014 in AngularJS
Tags: , ,
http://gruntjs.com/ – JS Bundling
 
Debug angular code –
  • ng-inspector – http://ng-inspector.org/ (Chrome plug-in to insepect angular scope)
  • Batarang is a GUI utility that is available as an extension for the Google Chrome browser
  • On chrome Console – angular.element(“mainTable”).scope() => (angular.element() is a jQuery function alias exposed by angular)