-
Notifications
You must be signed in to change notification settings - Fork 9
View provider updating views
Jens Melgaard edited this page Nov 26, 2013
·
5 revisions
Updating views can be done through methods on the view service.
$view.clear()
$view.clear(name)
$view.refresh(name)
$view.refresh(name, data)
$view.update(name, object: { template, controller, locals, sticky })
$view.create(name, object: { template, controller, locals })
- Route Provider
- Basic Configuration
- Parameters and Converters
- Decorators
- Case Sensitivity
- A Word on Trailing Slashes
- Legacy Support
- State Provider
- Basic Configuration
- Hierarchy Configuration
- Views
- Routes
- Transitions
- Resolve
- State Service
- Transition Provider
- Basic Configuration
- Stage Handlers
- Targeting Multiple States
- View Provider
- Updating Views
- Transactions
- Scroll Provider