UNPKG
angular-performance
Version:
latest (0.1.1)
0.1.1
AngularJS directive to measure perceived page load time
mendhak/angular-performance
angular-performance
/
sample
/
js
/
app.js
7 lines
(3 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
// Declare app level module which depends on filters, and services
angular.
module
(
'myApp'
, [
'myApp.controllers'
,
'performance'
]);