|
20 | 20 | "module": "ngAnimate",
|
21 | 21 | "package": "angular-animate"
|
22 | 22 | },
|
23 |
| - "name": "angular-animate.js (enable animation features)", |
| 23 | + "name": "angular-animate (enable animation features)", |
24 | 24 | "checked": true
|
25 | 25 | },
|
26 | 26 | {
|
|
38 | 38 | "module": "ngSanitize",
|
39 | 39 | "package": "angular-sanitize"
|
40 | 40 | },
|
41 |
| - "name": "angular-sanitize.js (to securely parse, translate and manipulate HTML)", |
| 41 | + "name": "angular-sanitize (to securely parse, translate and manipulate HTML)", |
42 | 42 | "checked": true
|
43 | 43 | },
|
44 | 44 | {
|
|
47 | 47 | "module": "ngMessages",
|
48 | 48 | "package": "angular-messages"
|
49 | 49 | },
|
50 |
| - "name": "angular-messages.js (enhanced support for displaying messages (i.e validation) within templates)", |
| 50 | + "name": "angular-messages (enhanced support for displaying messages (i.e validation) within templates)", |
51 | 51 | "checked": true
|
52 | 52 | },
|
53 | 53 | {
|
|
56 | 56 | "module": "ngAria",
|
57 | 57 | "package": "angular-aria"
|
58 | 58 | },
|
59 |
| - "name": "angular-aria.js (support for common ARIA attributes)", |
| 59 | + "name": "angular-aria (support for common ARIA attributes)", |
60 | 60 | "checked": true
|
61 | 61 | },
|
62 | 62 | {
|
|
65 | 65 | "module": "ngMaterial",
|
66 | 66 | "package": "angular-material"
|
67 | 67 | },
|
68 |
| - "name": "angular-material.js (Angular UI Component framework provides a set of reusable UI components based on Google’s Material Design.)", |
| 68 | + "name": "angular-material (Angular UI Component framework provides a set of reusable UI components based on Google’s Material Design.)", |
69 | 69 | "checked": true
|
70 | 70 | },
|
71 | 71 | {
|
72 |
| - "value": { |
73 |
| - "key": "satellizer", |
74 |
| - "module": "satellizer", |
75 |
| - "package": "satellizer" |
76 |
| - }, |
77 |
| - "name": "angular-satellizer.js (a simple to use, end-to-end, token-based authentication module for AngularJS with built-in support for social media)", |
78 |
| - "checked": true |
79 |
| - } |
| 72 | + "value": { |
| 73 | + "key": "satellizer", |
| 74 | + "module": "satellizer", |
| 75 | + "package": "satellizer" |
| 76 | + }, |
| 77 | + "name": "angular-satellizer (a simple to use, end-to-end, token-based authentication module for AngularJS with built-in support for social media)", |
| 78 | + "checked": true |
| 79 | + },{ |
| 80 | + "value": { |
| 81 | + "key": "translate", |
| 82 | + "module": "pascalprecht.translate", |
| 83 | + "package": "angular-translate" |
| 84 | + }, |
| 85 | + "name": "angular-translate (translation in your app made easy)", |
| 86 | + "checked": true |
| 87 | + } |
80 | 88 | ],
|
81 | 89 | "default": [{
|
82 | 90 | "key": "animate",
|
|
102 | 110 | "key": "material",
|
103 | 111 | "module": "ngMaterial",
|
104 | 112 | "package": "angular-material"
|
| 113 | + },{ |
| 114 | + "key": "satellizer", |
| 115 | + "module": "satellizer", |
| 116 | + "package": "satellizer" |
| 117 | + },{ |
| 118 | + "key": "translate", |
| 119 | + "module": "pascalprecht.translate", |
| 120 | + "package": "angular-translate" |
105 | 121 | }
|
106 | 122 | ]
|
107 | 123 | },
|
|
0 commit comments