Skip to content

Instantly share code, notes, and snippets.

@amirrajabi
Last active January 30, 2016 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirrajabi/4774103441d60cb9496d to your computer and use it in GitHub Desktop.
Save amirrajabi/4774103441d60cb9496d to your computer and use it in GitHub Desktop.
https://github.com/angular/angular-seed
$ npm install
$ npm start --no-spin
$ npm test --no-spin
catch(errorCallback) – shorthand for promise.then(null, errorCallback)
$scope.$watch(){}
Browser Console : s = angular.element($0).scope()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment