# Msg in initController dashboard

**URL:** https://discourse.nodered.org/t/msg-in-initcontroller-dashboard/10551
**Category:** Dashboard
**Created:** [25 April 2019 17:31 UTC](https://discourse.nodered.org/t/msg-in-initcontroller-dashboard/10551 "2019-04-25T17:31:58Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [25 April 2019 17:38 UTC](https://discourse.nodered.org/t/msg-in-initcontroller-dashboard/10551/2 "2019-04-25T17:38:46Z")

</div>

```auto
initController: function ($scope) {																		
    
    $scope.$watch('msg', function (msg) {
        if (!msg) {								
            return;
        }
        // msg with all it's properties available here							
                                    
    });
}

```

---

_[View the full topic](https://discourse.nodered.org/t/msg-in-initcontroller-dashboard/10551)._
