Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile/Routing
- Timestamp:
- 03/30/17 12:38:23 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Routing
v4 v5 55 55 ...would replace the ''title'' placeholder with the value of {{{$scope.title}}}, similar to Sahana Eden views. But when the controller later changes {{{$scope.title}}} (e.g. in response to an event): 56 56 57 {{{ 57 {{{#!js 58 58 // in the controller: 59 59 $scope.title = 'Something Else';