-
Hello,
I'm looking at adding a permissions system to my app and I am looking at attaching some data to a state which defines the permissions a user must have in order to access a state.
_Example def…
-
### Issue description or question
Hello, I am trying to setup sublime + wallaby with an Angular 4 project built with angular-cli, using angular-cli webpack implementation.
When starting wallaby I ha…
-
breadcrumbService.ts:90:29
breadcrumbService.ts:99:34
breadcrumbService.ts:108:35
"@angular/common": "^2.0.2",
"@angular/compiler": "^2.0.2",
"@angular/core": "^2.0.2",
"@an…
-
I started seeing following crash after upgrading to latest angular2/angular-cli and raven-js. I have narrowed the problem to be happening because of Raven.config().install(). I dont see the crash if I…
-
This is a great project. I entered selling points of this project and I made the following comparison of a few projects to show how they differ. If you have any corrections to make you can do so by co…
-
Hard to explain, so I've whipped up a minimal repro
Go to `index.html#/bar`
Click the `baz` button and watch the console.log. It will print out the scope twice. Whats worse is one of these scopes is …
-
Different countries have been developing Terms of Service, but unless we provide a place in which we ask people to our Terms of Service we are going to have trouble enforcing them.
I would like to …
-
I am running into an issue with the breadcrumbs when the parent states are abstract. Below is an example using the mean.io boilerplate. I updated the routes to use your breadcrumb directive. The issu…
-
Should be really usefull a primeNg shorthand like FORM_DIRECTIVES, CORE_DIRECTIVES?
@Component({
selector: 'my-app',
directives: [PRIMENG_DIRECTIVES]
- })
Something like:
import {Type} from 'angula…
-
The breadcrumb control does not work with ng-repeat. This is what I have:
```
{{breadcrumb.name}}
```
and
`$scope.breadcrumbs = [{ name: 'paul', url: 'test' }, { name: 'paul', url: 'test' }];`
##…