You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,20 @@ Include with bower
13
13
bower install angular-advanced-searchbox
14
14
```
15
15
16
+
The bower package contains files in the ```dist/```directory with the following names:
17
+
18
+
- angular-advanced-searchbox.js
19
+
- angular-advanced-searchbox.min.js
20
+
- angular-advanced-searchbox-tpls.js
21
+
- angular-advanced-searchbox-tpls.min.js
22
+
23
+
Files with the ```min``` suffix are minified versions to be used in production. The files with ```-tpls``` in their name have the directive template bundled. If you don't need the default template use the ```angular-paginate-anything.min.js``` file and provide your own template with the ```templateUrl``` attribute.
24
+
16
25
Load the javascript and css and declare your Angular dependency
0 commit comments