-
Notifications
You must be signed in to change notification settings - Fork 9
View provider transactions
Jens Melgaard edited this page May 2, 2013
·
2 revisions
Alternatively to updating views instantly, views can be updated within a transaction.
This is done by calling the beginUpdate
,
var t = $view.beginUpdate();
$view.clear();
$view.setOrUpdate('root', 'root.html');
$view.setOrUpdate('hint', 'hint.html');
t.commit();
- 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