1.2.1 • Published 9 years ago

meanie-angular-url v1.2.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

meanie-angular-url

npm version node dependencies github issues codacy

An Angular service to provide URL helpers

Meanie

Installation

You can install this package using npm:

npm install meanie-angular-url --save

Include the script node_modules/meanie-angular-url/release/meanie-angular-url.js in your build process, or add it via a <script> tag to your index.html:

<script src="node_modules/meanie-angular-url/release/meanie-angular-url.js"></script>

Add Url.Service as a dependency for your app.

Usage

angular.module('App.MyModule').controller('MyController', function($url) {

  //Concatenate URL parts without worrying about double slashes
  var baseUrl = '/api/v1/';
  var endpointUrl = '/user/';
  var url = $url.concat(baseUrl, endpointUrl); // /api/v1/user/
});

Issues & feature requests

Please report any bugs, issues, suggestions and feature requests in the meanie-angular-url issue tracker.

Contributing

Pull requests are welcome! If you would like to contribute to Meanie, please check out the Meanie contributing guidelines.

Credits

License

(MIT License)

Copyright 2015-2017, Adam Reis

1.2.1

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago