Skip to content

Instantly share code, notes, and snippets.

@skarankevich
Last active November 4, 2016 12:14
Show Gist options
  • Save skarankevich/201a7dedecbfc21c6b4867055713117b to your computer and use it in GitHub Desktop.
Save skarankevich/201a7dedecbfc21c6b4867055713117b to your computer and use it in GitHub Desktop.
Angular questions
  • What is data-binding? Which attribute we use for data binding?
  • What difference between service, factory and provider?
  • What is interceptor?
  • When do we use $scope.$watch(), $scope.$digest() and $scope.apply()?
  • Which routing system do you use? What does deep linking mean?
  • What does ng-strict-di attribute means?
  • What the difference between Angular version 1.4 and 1.5?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment