Matthew Francis Brunetti

Results 27 comments of Matthew Francis Brunetti

@subarroca I think you might have the wrong idea about how this package works... From your jsfiddle... ``` gettextCatalog.setStrings('ca', { 'welcome': 'Benvingut a {{appName}}', }); ``` The key is supposed...

Good little nugget here. Thanks @crisbeto for the feature and the support.

@burakkilic ``` $scope.tabData = function () { [{ heading: gettextCatalog.getString("General"), route: 'shops.detail.general' }, { heading: gettextCatalog.getString('Credentials'), route: 'shops.detail.credentials' }]; }; ``` And in your template change `tabData` to `tabData()`.

@spirau Like with my example, instead of saving the result of `getString` at a certain point in time, save a function that will always get the string in the current...

@MacrofonoEstudio I'm also very curious to know which build system you're using and how (or whether) you split the code into bundles, since that would seem to be a challenge...

@MacrofonoEstudio There certainly are a some resources on the subject to go through. Not sure which ones are good though lol This demo is linked to from [the ocLazyLoad docs...

@toddmotto Definitely with you on the whole references to resources keeping it focused thing. I think inline code samples should only be used when necessary, to tie the references together.

@ArlyMathiasen whitespace changes make the "add push and pop methods …" commit look like a complete rewrite... also would create merge conflicts with *any* PR that touches that file...

@ArlyMathiasen In regards to the README update > It is suggested that you turn off autoIncrement if you plan on using this Why? The intended purpose of that feature is...

@ArlyMathiasen This is also possible with the automatic triggering based on $http requests, so nothing specific about manual triggering, and that's the way it was before. I believe the default...