Sometime Its required to pass the value of scope variable to directives so In this example, We are passing scope variable value from controller to directive. In Controller, we have a variable name pageTitle
with value "This is Title." and we are accesing it with in directive like:
<div class="jumbotron container"><h3>{{pageTitle}}</h3></div>