Skip to content

Instantly share code, notes, and snippets.

@fastcodecoq
Created March 19, 2015 22:32
Show Gist options
  • Select an option

  • Save fastcodecoq/95cbf0ec8744621a0df6 to your computer and use it in GitHub Desktop.

Select an option

Save fastcodecoq/95cbf0ec8744621a0df6 to your computer and use it in GitHub Desktop.
<a ui-sref='empresa.crear'>+</a>
.state('empresa.crear', {
url: "/nueva/empresa",
templateUrl: "views/popups/nueva_empresa.html",
data: { pageTitle: 'Nueva Empresa' }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment