File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,9 @@ Unfortunately there are a couple of hurdles to jump before this module can be us
27
27
The first hurdle, that applies to all users, is getting hold of a copy of AngularJS. The stock
28
28
build from the website should work fine. The author tested this module primarily with version 1.2.0.
29
29
30
- The second hurdle is that this module uses the node module ` contextify ` to
31
- provide a separated context in which to instantiate AngularJS. This module contains some native
32
- code and so it can only be installed on systems that have a compiler available. Mac OS users will
33
- therefore need XCode installed, Linux users will need ` gcc ` available, while Windows users might
34
- want to check out
35
- [ the Windows Installation Guide for ` contextify ` ] ( https://github.com/brianmcd/contextify/wiki/Windows-Installation-Guide ) .
36
-
37
30
## Installation
38
31
39
- Installation is straightforward aside from the ` contextify ` hurdle mentioned above. Try:
32
+ Try:
40
33
41
34
```
42
35
npm install angularcontext
You can’t perform that action at this time.
0 commit comments