frkwhiteangel
Results
2
comments of
frkwhiteangel
``` angular .module('airport',[ "bsLoadingOverlay"]) airportController.$inject = ['airportService','$scope','$timeout','bsLoadingOverlayService']; function airportController(airportService,$scope,$timeout,bsLoadingOverlayService) { var vm = this; bsLoadingOverlayService.start(); ``` and ``` ```
no, im only useing this script. im using module. could we chat?