UNPKG
angular-scalyr
Version:
latest (1.0.4)
1.0.4
Angular Directives by Scalyr
github.com/Deadly0/angular-sly
Deadly0/angular-sly
angular-scalyr
/
scripts
/
includeFiles
/
header.js
12 lines
(9 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@license
scalyr v1.0.3 * (c) 2013 Scalyr, Inc. http://scalyr.com * License: MIT */
'use strict'
;
// You may just depend on the 'sly' module to pull in all of the
// dependencies.
angular.
module
(
'sly'
, [
'slyEvaluate'
,
'slyRepeat'
]);