Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | |
| 2 | /* Setup general page controller */ |
||
| 3 | MetronicApp.controller('GeneralPageController', ['$rootScope', '$scope', 'settings', function($rootScope, $scope, settings) { |
||
| 4 | $scope.$on('$viewContentLoaded', function() { |
||
| 5 | // initialize core components |
||
| 6 | Metronic.initAjax(); |
||
| 7 | }); |
||
| 8 | }]); |