flosight-api/public/js/init.js
2014-01-23 14:39:09 -03:00

7 lines
130 B
JavaScript
Executable File

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