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
Use the directives found in `igniteui-angular.js` to use [Ignite UI](http://igniteui.com) controls in [AngularJS](http://angularjs.com) pages. [Work with the running samples here](http://igniteui.github.io/igniteui-angular) or quickly bootstrap your AngularJS project with this preconfigured application - [Ignite UI AngularJS seed](https://github.com/IgniteUI/igniteui-angular-seed/).
8
+
Use the directives found in `igniteui-angularjs.js` to use [Ignite UI](http://igniteui.com) controls in [AngularJS](http://angularjs.com) pages. [Work with the running samples here](http://igniteui.github.io/igniteui-angularjs) or quickly bootstrap your AngularJS project with this preconfigured application - [Ignite UI AngularJS seed](https://github.com/IgniteUI/igniteui-angularjs-seed/).
9
9
10
10
# Requirements
11
11
@@ -22,22 +22,22 @@ You can install this package either with `npm` or with `bower`. This is a develo
22
22
### npm
23
23
24
24
```shell
25
-
npm install igniteui-angular
25
+
npm install igniteui-angularjs
26
26
```
27
27
28
28
### bower
29
29
30
30
```shell
31
-
bower install igniteui-angular
31
+
bower install igniteui-angularjs
32
32
```
33
33
34
34
# Building
35
-
Build will produce an obfuscated and minified version of the `src/igniteui-angular.js` in the `dist/igniteui-angular.min.js`.
36
-
The build will also put the original and the minified version of the `src/igniteui-angular.js` in the `dist/npm` for distribution to npm.
35
+
Build will produce an obfuscated and minified version of the `src/igniteui-angularjs.js` in the `dist/igniteui-angularjs.min.js`.
36
+
The build will also put the original and the minified version of the `src/igniteui-angularjs.js` in the `dist/npm` for distribution to npm.
37
37
The build uses [Grunt](http://gruntjs.com/), so you need [Node.js](http://nodejs.org/) installed on your machine.
38
38
To build the project use the following steps:
39
39
40
-
1. Open a console in the folder where the **igniteui-angular** project is located
40
+
1. Open a console in the folder where the **igniteui-angularjs** project is located
41
41
2. Run `npm install`
42
42
3. Run `grunt build`
43
43
@@ -47,13 +47,13 @@ There are two ways of getting started with the Ignite UI directives. The first o
47
47
48
48
## Ignite UI AngularJS quick start application
49
49
50
-
[Ignite UI AngularJS seed](https://github.com/IgniteUI/igniteui-angular-seed/) is an application skeleton for a typical AngularJS web app using the Ignite UI directives for AngularJS. You can use it to quickly bootstrap your angular webapp projects and dev environment for these projects.
50
+
[Ignite UI AngularJS seed](https://github.com/IgniteUI/igniteui-angularjs-seed/) is an application skeleton for a typical AngularJS web app using the Ignite UI directives for AngularJS. You can use it to quickly bootstrap your angular webapp projects and dev environment for these projects.
51
51
52
52
The seed contains a sample AngularJS application and is preconfigured to install the Angular framework and a bunch of development and testing tools for instant web development gratification.
53
53
54
54
## Page setup
55
55
56
-
In the page markup include the Ignite UI AngularJS directives file found in `dist/igniteui-angular.min.js` along with the Ignite UI scripts:
56
+
In the page markup include the Ignite UI AngularJS directives file found in `dist/igniteui-angularjs.min.js` along with the Ignite UI scripts:
57
57
58
58
<script src="jquery.min.js"></script>
59
59
<script src="jquery-ui.min.js"></script>
@@ -62,7 +62,7 @@ In the page markup include the Ignite UI AngularJS directives file found in `dis
62
62
<script src="infragistics.core.js"></script>
63
63
<script src="infragistics.lob.js"></script>
64
64
65
-
<script src="igniteui-angular.min.js"></script>
65
+
<script src="igniteui-angularjs.min.js"></script>
66
66
67
67
Reference the `igniteui-directives` in your AngularJS module:
68
68
@@ -183,7 +183,7 @@ The following controls currently support two-way data binding:
183
183
**Note**: When using control API methods which modify the data source outside the Angular framework you need to explicitly call [Scope.$apply()](https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$apply) in order to see Angular view updated.
184
184
185
185
## Testing
186
-
There are two kinds of tests in Igniteui-angular: Unit tests and End to End tests. All of them are written in [Jasmine](http://jasmine.github.io/).
186
+
There are two kinds of tests in igniteui-angularjs: Unit tests and End to End tests. All of them are written in [Jasmine](http://jasmine.github.io/).
187
187
188
188
#### Setup
189
189
Simply do:
@@ -241,7 +241,7 @@ To combine the both reports into one single report you need to execute:
241
241
242
242
npm run cover-combined
243
243
244
-
After that the default directory where you can open the code coverage is igniteui-angular/coverage/final/lcov/src.
244
+
After that the default directory where you can open the code coverage is igniteui-angularjs/coverage/final/lcov/src.
245
245
246
246
**Running specific coverage:**
247
247
@@ -251,7 +251,7 @@ To view the code coverage only for the Protractor you need to run the command:
251
251
252
252
npm run cover-protractor
253
253
254
-
After that the location is the same(igniteui-angular/coverage/final/lcov/src). That is because the Protractor report is not easily readable by default.
254
+
After that the location is the same(igniteui-angularjs/coverage/final/lcov/src). That is because the Protractor report is not easily readable by default.
Copy file name to clipboardExpand all lines: dist/npm/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Use the directives found in `igniteui-angular.js` to use [Ignite UI](http://igniteui.com) controls in [AngularJS](http://angularjs.com) pages. [Work with the running samples here](http://igniteui.github.io/igniteui-angular).
1
+
Use the directives found in `igniteui-angularjs.js` to use [Ignite UI](http://igniteui.com) controls in [AngularJS](http://angularjs.com) pages. [Work with the running samples here](http://igniteui.github.io/igniteui-angularjs).
2
2
3
3
#Requirements
4
4
@@ -12,7 +12,7 @@ Use the directives found in `igniteui-angular.js` to use [Ignite UI](http://igni
12
12
13
13
## Page setup
14
14
15
-
In the page markup include the Ignite UI AngularJS directives file found in `./node_modules/igniteui-angular/igniteui-angular.min.js` along with the Ignite UI scripts:
15
+
In the page markup include the Ignite UI AngularJS directives file found in `./node_modules/igniteui-angularjs/igniteui-angularjs.min.js` along with the Ignite UI scripts:
16
16
17
17
<script src="jquery.min.js"></script>
18
18
<script src="jquery-ui.min.js"></script>
@@ -21,7 +21,7 @@ In the page markup include the Ignite UI AngularJS directives file found in `./n
21
21
<script src="infragistics.core.js"></script>
22
22
<script src="infragistics.lob.js"></script>
23
23
24
-
<script src="igniteui-angular.min.js"></script>
24
+
<script src="igniteui-angularjs.min.js"></script>
25
25
26
26
Reference the `igniteui-directives` in your AngularJS module:
0 commit comments