Nitin Choudhary
Explain what Angular JS routes does ?
By Nitin Choudhary in Angular on Jan 20 2015
  • Mukesh Kumar
    Sep, 2017 5

    Easy maintenance

    • 0
  • Mukesh Kumar
    Sep, 2017 5

    Easy maintenance

    • 0
  • Prashanth Kumar Thadaka
    Feb, 2017 28

    $route is used for deep-linking URLs to controllers and views (HTML partials). It watches $location.url() and tries to map the path to an existing route definition.

    • 0
  • Nitin Choudhary
    Jan, 2015 20

    Angular js routes enable you to create different URLs for different content in your application. Different URLs for different content enables user to bookmark URLs to specific content. Each such bookmarkable URL in Angular.js is called a routeA value in Angular JS is a simple object. It can be a number, string or JavaScript object. Values are typically used as configuration injected into factories, services or controllers. A value should be belong to an Angular.js module.Injecting a value into an Angular.js controller function is done by adding a parameter with the same name as the value

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS