Filter Service
Filter Service
•$scope: Used to share data and functions between controllers and views.
•$location: Provides information about the current URL and allows you to
manipulate it.
1. Location Service
Use the $location service in a controller
</div>
<script>
</script>
</body>
</html>
2. HTTP
• $http is an AngularJS service for reading data
from remote servers.
</body>
</html>
• The ng-disabled directive binds the
application data S to the HTML
button's disabled attribute.