AngularJS
Home
Expressions
Modules
Directives
Models
Filters
Services
Baked in Services
Custom Services
Services: Service
Services: Factory
Services: Provider
Services: HTTP
Grocery List
Register
Log in
Custom Services
AngularJS - HTML enhanced for web apps!
Services: Service »
Order Total: ${{::vm.orderTotal}} (one-time binding)
Order Total: ${{vm.orderTotal | number:2}}
Items in Cart: {{vm.itemsInCart}}
Second Controller in myApp
Cheese Price
$
Tax %
Cheese Tax
$
Total
$
{{vm_prices.calculateTotal()}}