angular-uri

WebJar for angular-uri

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-uri
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

angular-uri
WebJar for angular-uri
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/kareemf/angular-uri

Download angular-uri

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-uri/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-uri</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-uri/
implementation 'org.webjars.bower:angular-uri:0.2.0'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-uri/
implementation ("org.webjars.bower:angular-uri:0.2.0")
'org.webjars.bower:angular-uri:jar:0.2.0'
<dependency org="org.webjars.bower" name="angular-uri" rev="0.2.0">
  <artifact name="angular-uri" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-uri', version='0.2.0')
)
libraryDependencies += "org.webjars.bower" % "angular-uri" % "0.2.0"
[org.webjars.bower/angular-uri "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : uri.js jar 1.15.2

Project Modules

There are no modules declared in this project.

angular-uri

An angular module that allows URI.js to be dependency injected

Installation

Download via bower

bower install angular-uri

Include URI.js

<script type="text/javascript" src="bower_components/uri.js/src/URI.js"></script>

Include angular-uri after angular.js and URI.js

<script type="text/javascript" src="bower_components/angular-uri/angular-uri.js"></script>

Usage

Load the module

angular.module('app', ['angular-uri']);

Inject the URI dependency

.controller('appController', function($scope, URI) {
	$scope.url = URI("example.com").addSearch({a:'b'}).toString();
});

Versions

Version
0.2.0