Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile/Routing


Ignore:
Timestamp:
03/30/17 12:38:23 (8 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Routing

    v4 v5  
    5555...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):
    5656
    57 {{{
     57{{{#!js
    5858// in the controller:
    5959$scope.title = 'Something Else';