flosight-api/public/js/init.js
2014-01-27 15:39:59 -03:00

7 lines
129 B
JavaScript
Executable File

'use strict';
angular.element(document).ready(function() {
// Init the app
// angular.bootstrap(document, ['insight']);
});