.state ('pages', { url: '/pages', templateUrl: 'views/common.html' })
<script type="text/ng-template" id="common.html">
how to use this using Ui-router?
.state ('pages', { url: '/pages', templateUrl: 'views/common.html' })
<script type="text/ng-template" id="common.html">
how to use this using Ui-router?
It will be helpful to you