Mike McLin

Results 16 comments of Mike McLin

Just an update... There seems to have been a breakthrough with getting SSR styles working... zeit/next.js#3434.

@roselleebarle04 I am making it so null values cause the element not to show.

This fix is in the [0.1.10](https://github.com/mikemclin/angular-acl/tree/0.1.10) release

@luciano-work does this work for you? ``` .directive('aclShow', function (AclService) { return { restrict: 'A', link: function (scope, element, attrs) { attrs.$observe('aclShow', function aclShowWatchAction(value) { var permissions, can; if (!value)...

Please change indentation to 2 spaces. Thanks.

Theoretically, the code you are showing should work. It seems like you might have an issue elsewhere in your app. What values does the code you posted log out into...

@amrinder23 I m not as familiar with UI Router. I can figure it out and post here eventually (I'm getting ready to leave for work). In the meantime, I'd suggest...

@yhon92 thanks for the comment :+1:

Yes, but not necessarily in the near future, unless I get a pull request. I haven't been able to spend a lot of time with Angular 2 yet. I've actually...

Can you give me an example of when it is not working? Give me an example flow of when it works, and what the user does on the page, and...