angular2-now
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -555,3 +555,3 @@ var angular2now = function () { | ||
// afterCall() will be called after any I/O operations have completed. | ||
ng2nOptions.events = options.events | {beforeCall: angular.noop, afterCall: angular.noop}; | ||
ng2nOptions.events = options.events || {beforeCall: angular.noop, afterCall: angular.noop}; | ||
@@ -610,3 +610,3 @@ // The noConflict option allows us to control whether or not angular2-now | ||
spinner.hide(); | ||
optionsevents.afterCall(); // Call optional events.afterCall() | ||
options.events.afterCall(); // Call optional events.afterCall() | ||
}); | ||
@@ -613,0 +613,0 @@ |
Package.describe({ | ||
name: 'pbastowski:angular2-now', | ||
version: '0.3.4', | ||
version: '0.3.5', | ||
summary: 'Use Angular 2 @Component syntax with Angular 1 and Babel', | ||
@@ -5,0 +5,0 @@ git: 'https://github.com/pbastowski/angular2-now.git', |
{ | ||
"name": "angular2-now", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Angular 2 component syntax for Angular 1 apps", | ||
@@ -5,0 +5,0 @@ "main": "angular2-now.js", |
@@ -51,8 +51,14 @@ ## Angular 2.0 component syntax using Angular 1 and Babel | ||
#### Bower Installation | ||
#### Installation | ||
Angular2-now is available on npm, jspm and Bower. | ||
npm install angular2-now | ||
jspm install npm:angular2-now | ||
bower install angular2-now | ||
To use this library, include it in your Angular 1.3 (or higher) project, ensuring that it loads before it's functions are used. `window.angular2now` gives you access to all the annotations. You can import the functions you need into each module that requires them, like this: | ||
@@ -59,0 +65,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53146
614